// Remove some other mysql_ in code

This commit is contained in:
rMalie
2011-07-19 11:51:12 +00:00
parent 5c16ddce4a
commit 0060d1edab
5 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ class AdminInformation extends AdminTab
</p>
<p>
<b>'.$this->l('MySQL Version').':</b>
'.mysql_get_server_info().'
'.Db::getInstance()->getVersion().'
</p>';
if (function_exists('apache_get_modules') AND in_array('mod_instaweb', apache_get_modules()))
echo '<p style="color:red;font-weight:700">'.$this->l('PageSpeed module for Apache installed (mod_instaweb)').'</p>';