Files
Refbase2X/initialize/PhpErrorSettings.inc.php
2021-01-28 16:25:20 +01:00

5 lines
114 B
PHP

// produchtion
error_reporting(E_ERROR)
//developement
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);