aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init/set_error_reporting.php
blob: b57040e99a053034285bb857861389acc4f16ac8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php
/* set error reporting
config boolean $verbose_errors = false by default

*/
// uncomment when developing, comment for shipping version
error_reporting (E_ALL);
#error_reporting (E_ERROR | E_WARNING | E_PARSE);
#error_reporting(0);
// Older versions of PHP do not define $_SERVER. Define it here instead.

© 2014-2024 Faster IT GmbH | imprint | privacy policy