Skip to content
Snippets Groups Projects
Commit 7b01858c authored by Bart Visscher's avatar Bart Visscher
Browse files

Enable php display_errors setting

parent 6d4d15b2
Branches
No related tags found
No related merge requests found
......@@ -77,6 +77,9 @@ class OC{
// set some stuff
//ob_start();
error_reporting(E_ALL | E_STRICT);
if (defined('DEBUG') && DEBUG){
ini_set('display_errors', 1);
}
date_default_timezone_set('Europe/Berlin');
ini_set('arg_separator.output','&');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment