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) { ?> - + + + \ 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"; + + +