admin submitted a new resource:
XÓA [SXF] DEBUG AND DEVELOPMENT MODE - xf2
Read more about this resource...
XÓA [SXF] DEBUG AND DEVELOPMENT MODE - xf2
Allows you to enable or disable debugging and developer mode from the administrator control panel (hereinafter ACP).
Allows you to enable / disable debugging mode in ACP. In config.phpthis:
PHP:
Code:
$config['debug'] = true;
Allows you to enable / disable the default development mode in ACP. In config.phpthis:
PHP:
Code:
$config['development']['enabled'] = true;
Allows you to specify the default add-on.
In config.phpthis:
PHP:
Code:
$config['development']['defaultAddOn'] = 'AddOnId';
The...
Read more about this resource...