summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 15:59:19 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 15:59:19 +0300
commit1f2ba932b80f6f978110b4d0a67fad3eeb5781ef (patch)
tree9c2d1f2762363c80ed029e78b792b45062e72e75 /include
parentd23a261b92429b2064f6df43753f068851a3a457 (diff)
RIP easy-installer
Diffstat (limited to 'include')
-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) {