diff --git a/include/tools.php b/include/tools.php
index ebd41cd..07da051 100644
--- a/include/tools.php
+++ b/include/tools.php
@@ -55,10 +55,17 @@ function createConfigLines() {
}
function checkSetup() {
- if (file_exists ("setup.php")) {
+ if (null == DISTRIBUTION) {
?>
-
You forgot to remove setup.php in root-directory of your dashboard! Please delete the file!
+You are using an old config.php. Please configure your Dashboard by calling
setup.php!
+ 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
diff --git a/setup.php b/setup.php
index 586c187..bbb3c8e 100644
--- a/setup.php
+++ b/setup.php
@@ -20,7 +20,12 @@ include "include/tools.php";
+
+
+