source:
extensions/UserCollections/index.php
@
26047
Last change on this file since 26047 was 25678, checked in by , 11 years ago | |
---|---|
File size: 125 bytes |
Line | |
---|---|
1 | <?php |
2 | $url = '../'; |
3 | header( 'Request-URI: '.$url ); |
4 | header( 'Content-Location: '.$url ); |
5 | header( 'Location: '.$url ); |
6 | exit(); |
Note: See TracBrowser
for help on using the repository browser.