diff --git a/html/pages/about.php b/html/pages/about.php index 4e1f8d1cd..d277087e9 100644 --- a/html/pages/about.php +++ b/html/pages/about.php @@ -1,11 +1,11 @@
-

ObserverNMS

+

ObserverNMS

License

ObserverNMS Network Management and Monitoring System
-Copyright (C) 2010 Adam Armstrong
+Copyright (C) 2006-2010 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
@@ -22,19 +22,53 @@ along with this program.  If not, see htt
      
      
- v'. $config['version']); + ve; + +$netsnmp_version = shell_exec($config['snmpget'] . " --version"); + + +echo(" + + + + + + +
ObserverNMS$observer_version
Apache$apache_version
PHP$php_version
MySQL$mysql_version
+ +"); + - #if (file_exists('.svn/entries')) - #{ - # $svn = File('.svn/entries'); - # echo '-SVN r' . trim($svn[3]); - # unset($svn); - #} - echo(''); ?> - ObserverNMS is an autodiscovering PHP/MySQL based network monitoring system. +
ObserverNMS is an autodiscovering PHP/MySQL based network monitoring system.
+ +

Website | + Support Wiki | + Forum | + Bugtracker | + Mailing List | + Twitter

+

The Team

diff --git a/html/php.php b/html/php.php index 554a22c8b..99c69bc18 100644 --- a/html/php.php +++ b/html/php.php @@ -1,5 +1,5 @@