Last change
on this file since 20796 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:
129 bytes
|
Rev | Line | |
---|
[3632] | 1 | <?php |
---|
| 2 | $url = '../'; |
---|
| 3 | header( 'Request-URI: '.$url ); |
---|
| 4 | header( 'Content-Location: '.$url ); |
---|
| 5 | header( 'Location: '.$url ); |
---|
| 6 | exit(); |
---|
| 7 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.