aboutsummaryrefslogtreecommitdiffstats
path: root/include/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/index.php')
-rw-r--r--include/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/index.php b/include/index.php
index 0f1d97083..71fa63d95 100644
--- a/include/index.php
+++ b/include/index.php
@@ -25,9 +25,11 @@
// | USA. |
// +-----------------------------------------------------------------------+
+// recursive call of index.php
+
$url = '../index.php';
-header( 'Request-URI: '.$url );
-header( 'Content-Location: '.$url );
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>