diff --git a/inc/settings.php b/inc/settings.php index eee9fcc..a8f890a 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -73,6 +73,9 @@ final class Settings { /*** End of configuration ***/ + + /** Don't modify anything here unless you know what you're doing **/ + if ($error_reporting) { error_reporting(E_ALL); ini_set("display_errors", 1);