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/Download_Multi/language/it_IT/index.php

    r7628 r11529  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     3// | Piwigo - a PHP based photo gallery                                    |
    64// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
    9 // | last update   : $Date$
    10 // | last modifier : $Author$
    11 // | revision      : $Revision$
     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 |
    128// +-----------------------------------------------------------------------+
    139// | This program is free software; you can redistribute it and/or modify  |
     
    2622// +-----------------------------------------------------------------------+
    2723
    28 // recursive call of index.php
    29 
    30 $url = '../index.php';
     24// Recursive call
     25$url = '../';
    3126header( 'Request-URI: '.$url );
    3227header( 'Content-Location: '.$url );
Note: See TracChangeset for help on using the changeset viewer.