summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/sanity_check.php')
-rwxr-xr-xinclude/sanity_check.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index a7660795b..c5ffb87ec 100755
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -42,8 +42,8 @@
require_once "sanity_config.php";
- if (file_exists("install") && !file_exists("config.php")) {
- array_push($errors, "Please copy config.php-dist to config.php or run the installer in install/");
+ if (!file_exists("config.php")) {
+ array_push($errors, "Please copy config.php-dist to config.php");
}
if (strpos(PLUGINS, "auth_") === false) {