Changeset 1909 for trunk/admin/images/index.php
- Timestamp:
- Mar 16, 2007, 7:15:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/images/index.php
r1900 r1909 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 5PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 // | file : $RCSfile$ 7 // | file : $Id$ 9 8 // | last update : $Date$ 10 9 // | last modifier : $Author$ … … 26 25 // +-----------------------------------------------------------------------+ 27 26 28 // recursive call of index.php 29 30 $url = '../index.php'; 27 // Recursive call 28 $url = '../'; 31 29 header( 'Request-URI: '.$url ); 32 30 header( 'Content-Location: '.$url );
Note: See TracChangeset
for help on using the changeset viewer.