improve the header of each file

git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-08-24 07:40:56 +00:00
parent 0f502ef69e
commit 6cbffaa646
43 changed files with 197 additions and 87 deletions
+10
View File
@@ -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 );