// Remove some other mysql_ in code
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7652 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user