diff --git a/include/tools.php b/include/tools.php index d8a2bfe..30dc7b1 100644 --- a/include/tools.php +++ b/include/tools.php @@ -55,6 +55,8 @@ function createConfigLines() { } function checkSetup() { + $el = error_reporting(); + error_reporting(E_ERROR | E_WARNING | E_PARSE); if (defined(DISTRIBUTION)) { ?> @@ -66,6 +68,7 @@ function checkSetup() { \ No newline at end of file