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