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