Display errors by default.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell
2012-03-02 22:54:29 -06:00
parent 76eef23f54
commit 9bb69309f5

View File

@@ -12,7 +12,7 @@
|
*/
ini_set('display_errors', 'Off');
ini_set('display_errors', 'On');
/*
|--------------------------------------------------------------------------