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)) {
?>
You are using an old config.php. Please configure your Dashboard by calling
setup.php!
@@ -66,6 +68,7 @@ function checkSetup() {
You forgot to remove setup.php in root-directory of your dashboard or you forgot to configure it! Please delete the file or configure your Dashboard by calling
setup.php!
\ No newline at end of file