Last change
on this file since 32333 was
32333,
checked in by ddtddt, 4 years ago
|
[reset_level] only webmaster can reset
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
610 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | This file is part of Piwigo. | |
---|
4 | // | | |
---|
5 | // | For copyright and license information, please view the COPYING.txt | |
---|
6 | // | file that was distributed with this source code. | |
---|
7 | // +-----------------------------------------------------------------------+ |
---|
8 | |
---|
9 | // Recursive call |
---|
10 | $url = '../'; |
---|
11 | header( 'Request-URI: '.$url ); |
---|
12 | header( 'Content-Location: '.$url ); |
---|
13 | header( 'Location: '.$url ); |
---|
14 | exit(); |
---|
15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.