summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 15:59:19 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 15:59:19 +0300
commit1f2ba932b80f6f978110b4d0a67fad3eeb5781ef (patch)
tree9c2d1f2762363c80ed029e78b792b45062e72e75 /index.php
parentd23a261b92429b2064f6df43753f068851a3a457 (diff)
RIP easy-installer
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.php b/index.php
index 93b3da71e..fa23570ff 100644
--- a/index.php
+++ b/index.php
@@ -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";