summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parentd23a261b92429b2064f6df43753f068851a3a457 (diff)
RIP easy-installer
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/prefs.php b/prefs.php
index 671a81473..61e1145b7 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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());