@@ -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