Last change
on this file since 27797 was
15998,
checked in by mistic100, 12 years ago
|
-move some code from Comments on Albums
-compatible with GuestBook
-fix TextColor menu
-clean index.php
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
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.