1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35: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

@@ -1,8 +1,4 @@
<?php
if (file_exists("install") && !file_exists("config.php")) {
header("Location: install/");
}
if (!file_exists("config.php")) {
print "<b>Fatal Error</b>: You forgot to copy
<b>config.php-dist</b> to <b>config.php</b> and edit it.\n";