New debug page: ?/debug/sql

This commit is contained in:
Michael Save 2013-01-25 23:56:55 +11:00
parent 764d718f84
commit 9a2c33736a
3 changed files with 53 additions and 0 deletions

View file

@ -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+)