diff --git a/admin-dev/index.php b/admin-dev/index.php index 2f8543893..b05f40c13 100644 --- a/admin-dev/index.php +++ b/admin-dev/index.php @@ -25,7 +25,9 @@ * International Registered Trademark & Property of PrestaShop SA */ +$timer_start = microtime(true); define('_PS_ADMIN_DIR_', getcwd()); + require(dirname(__FILE__).'/../config/config.inc.php'); require(dirname(__FILE__).'/functions.php'); @@ -38,4 +40,4 @@ if (!isset($_REQUEST['controller']) && isset($_REQUEST['tab'])) $_REQUEST['controller'] = strtolower($_REQUEST['tab']); // Prepare and trigger admin dispatcher -Dispatcher::getInstance()->dispatch(); +Dispatcher::getInstance()->dispatch(); \ No newline at end of file diff --git a/admin-dev/themes/default/template/footer.tpl b/admin-dev/themes/default/template/footer.tpl index d6f7bc2ec..d4cd09334 100644 --- a/admin-dev/themes/default/template/footer.tpl +++ b/admin-dev/themes/default/template/footer.tpl @@ -31,7 +31,7 @@