Resource icon

DEBUG AND DEVELOPMENT MODE 2018-04-12

Đăng nhập để Tải về
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 right to view debugging information (Including the debugging information page).

  • Like
Reactions: christopher