source: tags/release-1_3_1/include/index.php @ 427

Last change on this file since 427 was 427, checked in by (none), 20 years ago

This commit was manufactured by cvs2svn to create tag
'release-1_3_1'.

  • 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 427 2004-06-03 21:47:38Z None $
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.