aboutsummaryrefslogtreecommitdiffstats
path: root/galleries
diff options
context:
space:
mode:
Diffstat (limited to 'galleries')
-rw-r--r--galleries/index.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/galleries/index.php b/galleries/index.php
index 71fa63d95..61741e9cb 100644
--- a/galleries/index.php
+++ b/galleries/index.php
@@ -2,10 +2,9 @@
// +-----------------------------------------------------------------------+
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
-// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
+// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
-// | file : $RCSfile$
+// | file : $Id$
// | last update : $Date$
// | last modifier : $Author$
// | revision : $Revision$
@@ -25,9 +24,8 @@
// | USA. |
// +-----------------------------------------------------------------------+
-// recursive call of index.php
-
-$url = '../index.php';
+// Recursive call
+$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );