Add warning to settings.php

This commit is contained in:
ruan 2016-02-29 08:14:38 +02:00
parent e06b02b67e
commit ea86a211f1

View File

@ -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);