source:
extensions/Wall/index.php
@
26357
Last change on this file since 26357 was 17128, checked in by , 12 years ago | |
---|---|
File size: 146 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | |
4 | |
5 | $url = '../'; |
6 | |
7 | header( 'Request-URI: '.$url ); |
8 | |
9 | header( 'Content-Location: '.$url ); |
10 | |
11 | header( 'Location: '.$url ); |
12 | |
13 | exit(); |
14 | |
15 | ?> |
16 |
Note: See TracBrowser
for help on using the repository browser.