diff options
Diffstat (limited to '')
-rw-r--r-- | include/index.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/index.php b/include/index.php index 0b5239bb2..280a7e97b 100644 --- a/include/index.php +++ b/include/index.php @@ -1,4 +1,14 @@ <?php +/*************************************************************************** + * index.php * + * ------------------- * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ + * * + ***************************************************************************/ + $url = '../category.php'; header( 'Request-URI: '.$url ); header( 'Content-Location: '.$url ); |