Ignore:
Timestamp:
Jun 27, 2011, 4:14:13 PM (13 years ago)
Author:
riopwg
Message:

Update index.php file in language IT DIR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Image_For_All/language/it_IT/index.php

    r3469 r11529  
    11<?php
    2 
     2// +-----------------------------------------------------------------------+
     3// | Piwigo - a PHP based photo gallery                                    |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     8// +-----------------------------------------------------------------------+
     9// | This program is free software; you can redistribute it and/or modify  |
     10// | it under the terms of the GNU General Public License as published by  |
     11// | the Free Software Foundation                                          |
     12// |                                                                       |
     13// | This program is distributed in the hope that it will be useful, but   |
     14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     16// | General Public License for more details.                              |
     17// |                                                                       |
     18// | You should have received a copy of the GNU General Public License     |
     19// | along with this program; if not, write to the Free Software           |
     20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     21// | USA.                                                                  |
    322// +-----------------------------------------------------------------------+
    423
    5 // | PhpWebGallery - a PHP based picture gallery                           |
    6 
    7 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    8 
    9 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    10 
    11 // +-----------------------------------------------------------------------+
    12 
    13 // | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    14 
    15 // | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    16 
    17 // | last modifier : $Author: rub $
    18 
    19 // | revision      : $Revision: 1912 $
    20 
    21 // +-----------------------------------------------------------------------+
    22 
    23 // | This program is free software; you can redistribute it and/or modify  |
    24 
    25 // | it under the terms of the GNU General Public License as published by  |
    26 
    27 // | the Free Software Foundation                                          |
    28 
    29 // |                                                                       |
    30 
    31 // | This program is distributed in the hope that it will be useful, but   |
    32 
    33 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    34 
    35 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    36 
    37 // | General Public License for more details.                              |
    38 
    39 // |                                                                       |
    40 
    41 // | You should have received a copy of the GNU General Public License     |
    42 
    43 // | along with this program; if not, write to the Free Software           |
    44 
    45 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    46 
    47 // | USA.                                                                  |
    48 
    49 // +-----------------------------------------------------------------------+
    50 
    51 
    52 
    5324// Recursive call
    54 
    5525$url = '../';
    56 
    5726header( 'Request-URI: '.$url );
    58 
    5927header( 'Content-Location: '.$url );
    60 
    6128header( 'Location: '.$url );
    62 
    6329exit();
    64 
    6530?>
    66 
Note: See TracChangeset for help on using the changeset viewer.