From fa336dad04c0e4ab4ccbf9c024bc0e7c408a4395 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 25 May 2016 15:24:48 +0000 Subject: [PATCH] suppressing NOTICE_Errors in checkSetup\(\)... --- include/tools.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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