Refbase update_2021-01-28_16_25
This commit is contained in:
4
initialize/PhpErrorSettings.inc.php
Normal file
4
initialize/PhpErrorSettings.inc.php
Normal file
@@ -0,0 +1,4 @@
|
||||
// produchtion
|
||||
error_reporting(E_ERROR)
|
||||
//developement
|
||||
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
|
Reference in New Issue
Block a user