1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 18:09:15 +00:00

add experimental easy installer

This commit is contained in:
Andrew Dolgov
2013-03-26 22:38:05 +04:00
parent 24df74de3b
commit d0c6dd29d1
6 changed files with 374 additions and 7 deletions

View File

@@ -1,4 +1,8 @@
<?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";