From 27aeab97e9fd04310e7c3fe2c7ba6325afbfb411 Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 18 Jul 2006 21:38:54 +0000 Subject: Resolved Issue ID 0000474 (Step 1): o Rename index.htm into index.php o Add index.php on all sub-directories o Use an uniform source code of index.php (like /include/index.php) (/index.php is of course not changed) git-svn-id: http://piwigo.org/svn/trunk@1481 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/index.php') 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(); ?> -- cgit v1.2.3