From 1f2ba932b80f6f978110b4d0a67fad3eeb5781ef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Feb 2021 15:59:19 +0300 Subject: RIP easy-installer --- include/sanity_check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sanity_check.php') 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) { -- cgit v1.2.3