source: extensions/Metal/index.php @ 31974

Last change on this file since 31974 was 16970, checked in by Sixpo, 12 years ago
File size: 2.0 KB
RevLine 
[11178]1<?php
[16970]2
[11110]3
[11178]4// +-----------------------------------------------------------------------+
[16970]5
[11178]6
7// | PhpWebGallery - a PHP based picture gallery                           |
[16970]8
[11178]9
10// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
[16970]11
[11178]12
13// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
[16970]14
[11178]15
16// +-----------------------------------------------------------------------+
[16970]17
[11178]18
19// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
[16970]20
[11178]21
22// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
[16970]23
[11178]24
25// | last modifier : $Author: rub $
[16970]26
[11178]27
28// | revision      : $Revision: 1912 $
[16970]29
[11178]30
31// +-----------------------------------------------------------------------+
[16970]32
[11178]33
34// | This program is free software; you can redistribute it and/or modify  |
[16970]35
[11178]36
37// | it under the terms of the GNU General Public License as published by  |
[16970]38
[11178]39
40// | the Free Software Foundation                                          |
[16970]41
[11178]42
43// |                                                                       |
[16970]44
[11178]45
46// | This program is distributed in the hope that it will be useful, but   |
[16970]47
[11178]48
49// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
[16970]50
[11178]51
52// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
[16970]53
[11178]54
55// | General Public License for more details.                              |
[16970]56
[11178]57
58// |                                                                       |
[16970]59
[11178]60
61// | You should have received a copy of the GNU General Public License     |
[16970]62
[11178]63
64// | along with this program; if not, write to the Free Software           |
[16970]65
[11178]66
67// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
[16970]68
[11178]69
70// | USA.                                                                  |
[16970]71
[11178]72
73// +-----------------------------------------------------------------------+
[16970]74
[11178]75
76
[16970]77
[11178]78
79// Recursive call
[16970]80
[11178]81
82$url = '../';
[16970]83
[11178]84
85header( 'Request-URI: '.$url );
[16970]86
[11178]87
88header( 'Content-Location: '.$url );
[16970]89
[11178]90
91header( 'Location: '.$url );
[16970]92
[11178]93
94exit();
[16970]95
[11178]96
97?>
[16970]98
[11178]99
Note: See TracBrowser for help on using the repository browser.