source:
extensions/Wall/index.php
@
19029
Last change on this file since 19029 was 17128, checked in by , 12 years ago | |
---|---|
File size: 146 bytes |
Rev | Line | |
---|---|---|
[17128] | 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.