mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove mysql_error print
git-svn-id: http://www.observium.org/svn/observer/trunk@1242 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -136,7 +136,6 @@ $apache_version = str_replace("Apache/", "", $_SERVER['SERVER_SOFTWARE']);
|
||||
$php_version = phpversion();
|
||||
|
||||
$t=mysql_query("select version() as ve");
|
||||
echo mysql_error();
|
||||
$r=mysql_fetch_object($t);
|
||||
$mysql_version = $r->ve;
|
||||
|
||||
|
Reference in New Issue
Block a user