source: trunk/include/index.php @ 57

Last change on this file since 57 was 57, checked in by z0rglub, 21 years ago

improve the header of each file

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 772 bytes
Line 
1<?php
2/***************************************************************************
3 *                                  index.php                              *
4 *                            -------------------                          *
5 *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
6 *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
7 *                                                                         *
8 *   $Id: index.php 57 2003-08-24 07:40:56Z z0rglub $
9 *                                                                         *
10 ***************************************************************************/
11
12$url = '../category.php';
13header( 'Request-URI: '.$url ); 
14header( 'Content-Location: '.$url ); 
15header( 'Location: '.$url );
16exit();
17?>
Note: See TracBrowser for help on using the repository browser.