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