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