From cd58c9bf47a453780bda914bead3113fe94925c0 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 23 Dec 2014 22:34:05 +0000 Subject: [PATCH] Added git log link to show last 10 commits --- html/pages/about.inc.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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