source:
extensions/reset_level/index.php
@
32410
Last change on this file since 32410 was 32410, checked in by , 4 years ago | |
---|---|
|
|
File size: 146 bytes |
Rev | Line | |
---|---|---|
[9752] | 1 | <?php |
[32333] | 2 | // Recursive call |
[9752] | 3 | $url = '../'; |
4 | header( 'Request-URI: '.$url ); | |
5 | header( 'Content-Location: '.$url ); | |
6 | header( 'Location: '.$url ); | |
7 | exit(); | |
[32410] | 8 | ?> |
Note: See TracBrowser
for help on using the repository browser.