source:
extensions/charlies_content/index.php
@
30969
Last change on this file since 30969 was 3320, checked in by , 16 years ago | |
---|---|
|
|
File size: 147 bytes |
Rev | Line | |
---|---|---|
[3320] | 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.