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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user