Resource icon

DEBUG AND DEVELOPMENT MODE 2018-04-12

Đăng nhập để Tải về

admin

Administrator
Thành viên BQT
2/4/17
1,455
822
113
admin submitted a new 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...
 

Facebook Comment