source:
extensions/Extra_special_functions/trunk/index.php
@
11075
Last change on this file since 11075 was 7598, checked in by , 14 years ago | |
---|---|
File size: 147 bytes |
Line | |
---|---|
1 | <?php |
2 | // Recursive call |
3 | $url = '../'; |
4 | header( 'Request-URI: '.$url ); |
5 | header( 'Content-Location: '.$url ); |
6 | header( 'Location: '.$url ); |
7 | exit(); |
8 | ?> |
Note: See TracBrowser
for help on using the repository browser.