// Installer can work with 18MO (under 32MO sub ajax queries are triggered)
This commit is contained in:
@@ -47,6 +47,10 @@ if (Configuration::get('PS_SMARTY_CONSOLE') == _PS_SMARTY_CONSOLE_OPEN_BY_URL_)
|
||||
else if (Configuration::get('PS_SMARTY_CONSOLE') == _PS_SMARTY_CONSOLE_OPEN_)
|
||||
$smarty->debugging = true;
|
||||
|
||||
/* Use this constant if you want to load smarty without all PrestaShop functions */
|
||||
if (defined('_PS_SMARTY_FAST_LOAD_') && _PS_SMARTY_FAST_LOAD_)
|
||||
return;
|
||||
|
||||
if (defined('_PS_ADMIN_DIR_'))
|
||||
require_once (dirname(__FILE__).'/smartyadmin.config.inc.php');
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user