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