source: tags/release-1_3_4/include/index.php @ 24842

Last change on this file since 24842 was 714, checked in by (none), 19 years ago

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

  • 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 714 2005-01-20 21:46:41Z 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.