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