profiling Prestashop

188.25.236.2 este IP-ul local 

/* Debug only */
if ($_SERVER['REMOTE_ADDR'] === '188.25.236.2') {
define('_PS_MODE_DEV_', tru);
} else {
define('_PS_MODE_DEV_', false);
}
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);
if (_PS_MODE_DEV_ === true) {
@ini_set('display_errors', 'on');
@error_reporting(E_ALL | E_STRICT);
define('_PS_DEBUG_SQL_', true);
} else {
@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);
}

if ($_SERVER['REMOTE_ADDR'] === '188.25.236.2') {
define('_PS_DEBUG_PROFILING_', true);
} else {
define('_PS_DEBUG_PROFILING_', false);


}

Considerati util acest articol?