Ignore:
Timestamp:
Jul 24, 2012, 3:33:13 PM (12 years ago)
Author:
Sixpo
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Metal/index.php

    r11178 r16970  
    11<?php
     2
    23
    34// +-----------------------------------------------------------------------+
    45
     6
    57// | PhpWebGallery - a PHP based picture gallery                           |
     8
    69
    710// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    811
     12
    913// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     14
    1015
    1116// +-----------------------------------------------------------------------+
    1217
     18
    1319// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
     20
    1421
    1522// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    1623
     24
    1725// | last modifier : $Author: rub $
     26
    1827
    1928// | revision      : $Revision: 1912 $
    2029
     30
    2131// +-----------------------------------------------------------------------+
     32
    2233
    2334// | This program is free software; you can redistribute it and/or modify  |
    2435
     36
    2537// | it under the terms of the GNU General Public License as published by  |
     38
    2639
    2740// | the Free Software Foundation                                          |
    2841
     42
    2943// |                                                                       |
     44
    3045
    3146// | This program is distributed in the hope that it will be useful, but   |
    3247
     48
    3349// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     50
    3451
    3552// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    3653
     54
    3755// | General Public License for more details.                              |
     56
    3857
    3958// |                                                                       |
    4059
     60
    4161// | You should have received a copy of the GNU General Public License     |
     62
    4263
    4364// | along with this program; if not, write to the Free Software           |
    4465
     66
    4567// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    4668
     69
    4770// | USA.                                                                  |
     71
    4872
    4973// +-----------------------------------------------------------------------+
     
    5175
    5276
     77
     78
    5379// Recursive call
     80
    5481
    5582$url = '../';
    5683
     84
    5785header( 'Request-URI: '.$url );
     86
    5887
    5988header( 'Content-Location: '.$url );
    6089
     90
    6191header( 'Location: '.$url );
     92
    6293
    6394exit();
    6495
     96
    6597?>
    6698
     99
Note: See TracChangeset for help on using the changeset viewer.