diff --git a/html/pages/about.inc.php b/html/pages/about.inc.php index 239c02ab0d..96bc9d88a6 100644 --- a/html/pages/about.inc.php +++ b/html/pages/about.inc.php @@ -1,3 +1,22 @@ + +
@@ -108,6 +127,7 @@ $mysql_version = dbFetchCell("SELECT version()"); $netsnmp_version = shell_exec($config['snmpget'] . " --version 2>&1"); $rrdtool_version = implode(" ",array_slice(explode(" ",shell_exec($config['rrdtool'] . " --version |head -n1")),1,1)); $schema_version = dbFetchCell("SELECT version FROM dbSchema"); +$git_log = `git log -10`; print_optionbar_start(NULL); @@ -133,7 +153,8 @@ print_optionbar_end(); Bug tracker | Mailing list | Twitter | - Changelog + Changelog | + Git log