aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init/set_error_reporting.php
blob: 9265c86f2bd8355c59847c97573a48f1f01acd8e (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