Changeset 11529 for extensions/Download_Multi/language
- Timestamp:
- Jun 27, 2011, 4:14:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Download_Multi/language/it_IT/index.php
r7628 r11529 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 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 | 6 4 // +-----------------------------------------------------------------------+ 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 | 12 8 // +-----------------------------------------------------------------------+ 13 9 // | This program is free software; you can redistribute it and/or modify | … … 26 22 // +-----------------------------------------------------------------------+ 27 23 28 // recursive call of index.php 29 30 $url = '../index.php'; 24 // Recursive call 25 $url = '../'; 31 26 header( 'Request-URI: '.$url ); 32 27 header( 'Content-Location: '.$url );
Note: See TracChangeset
for help on using the changeset viewer.