mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
Add option to control error logging
This commit is contained in:
parent
3291375fc4
commit
cf6c5f727e
8 changed files with 31 additions and 13 deletions
|
|
@ -559,6 +559,7 @@ class adminAdminView extends admin
|
|||
Context::set('debug_display_type', Rhymix\Framework\Config::get('debug.display_type'));
|
||||
Context::set('debug_display_content', Rhymix\Framework\Config::get('debug.display_content'));
|
||||
Context::set('debug_display_to', Rhymix\Framework\Config::get('debug.display_to'));
|
||||
Context::set('debug_write_error_log', Rhymix\Framework\Config::get('debug.write_error_log'));
|
||||
|
||||
// IP access control
|
||||
$allowed_ip = Rhymix\Framework\Config::get('debug.allow');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue