1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:05:55 +00:00

RIP easy-installer

This commit is contained in:
Andrew Dolgov
2021-02-12 15:59:19 +03:00
parent d23a261b92
commit 1f2ba932b8
4 changed files with 2 additions and 513 deletions

View File

@@ -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) {