mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix #1944 add option to display complete call stack for queries
This commit is contained in:
parent
868dfb33e9
commit
e1f98e573c
10 changed files with 59 additions and 11 deletions
|
|
@ -628,6 +628,7 @@ class adminAdminView extends admin
|
|||
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_query_comment', Rhymix\Framework\Config::get('debug.query_comment'));
|
||||
Context::set('debug_query_full_stack', Rhymix\Framework\Config::get('debug.query_full_stack'));
|
||||
Context::set('debug_write_error_log', Rhymix\Framework\Config::get('debug.write_error_log'));
|
||||
|
||||
// IP access control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue