summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
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());