source:
extensions/Evil_Blog/index.php
@
22106
Last change on this file since 22106 was 18997, checked in by , 12 years ago | |
---|---|
File size: 159 bytes |
Line | |
---|---|
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.