[*] BO : reorganization of admin tabs
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13820 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -37,11 +37,15 @@ class AdminInformationControllerCore extends AdminController
|
||||
{
|
||||
$this->tpl_view_vars = array(
|
||||
'version' => array(
|
||||
'mysql' => Db::getInstance()->getVersion(),
|
||||
'php' => phpversion(),
|
||||
'ps' => _PS_VERSION_,
|
||||
'server' => $_SERVER['SERVER_SOFTWARE'],
|
||||
),
|
||||
'database' => array(
|
||||
'version' => Db::getInstance()->getVersion(),
|
||||
'prefix' => _DB_PREFIX_,
|
||||
'engine' => _MYSQL_ENGINE_,
|
||||
),
|
||||
'uname' => function_exists('php_uname') ? php_uname('s').' '.php_uname('v').' '.php_uname('m') : '',
|
||||
'apache_instaweb' => Tools::apacheModExists('mod_instaweb'),
|
||||
'shop' => array(
|
||||
|
||||
Reference in New Issue
Block a user