1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +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/");
}
set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
get_include_path());