forked from leftypol/leftypol
New debug page: ?/debug/sql
This commit is contained in:
parent
764d718f84
commit
9a2c33736a
3 changed files with 53 additions and 0 deletions
|
@ -1010,6 +1010,9 @@
|
|||
// Edit the current configuration (via web interface)
|
||||
$config['mod']['edit_config'] = ADMIN;
|
||||
|
||||
// Execute un-filtered SQL queries on the database (?/debug/sql)
|
||||
$config['mod']['debug_sql'] = DISABLED;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Events (PHP 5.3.0+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue