Merge pull request #1735 from job/about_page

Improve about page
This commit is contained in:
Neil Lathwood
2015-08-21 16:59:17 +01:00
+5 -5
View File
@@ -21,8 +21,8 @@ $git_log = `git log -10`;
<div style="float: right; padding: 0px; width: 49%">
<h3>License</h3>
<pre>
Copyright (C) 2006-2012 Adam Armstrong
Copyright (C) 2013-<?php echo date('Y').' '.$config['project_name']; ?> Contributors
Copyright (C) 2006-2012 Adam Armstrong
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -192,12 +192,12 @@ echo "
<h3>Acknowledgements</h3>
<b>Observium</b> Codebase for fork. <br />
<b>Mark James</b> Silk Iconset. <br />
<b>Erik Bosrup</b> Overlib Library. <br />
<b>Jonathan De Graeve</b> SNMP code improvements. <br />
<b>Bruno Pramont</b> Collectd code. <br />
<b>Dennis de Houx</b> Application monitors for PowerDNS, Shoutcast, NTPD (Client, Server). <br />
<b>Erik Bosrup</b> Overlib Library. <br />
<b>Jonathan De Graeve</b> SNMP code improvements. <br />
<b>Mark James</b> Silk Iconset. <br />
<b>Observium</b> Codebase for fork. <br />
</div>
</div>