Better/working web config editor

This commit is contained in:
Michael Foster 2013-08-03 05:21:02 -04:00
parent 3ed15565b0
commit c9684fc000
4 changed files with 42 additions and 18 deletions

View file

@ -157,7 +157,7 @@ function loadConfig() {
if ($config['verbose_errors']) {
set_error_handler('verbose_error_handler');
error_reporting(E_ALL);
ini_set('display_errors', false);
ini_set('display_errors', true);
ini_set('html_errors', false);
}