source:
extensions/PHP_Optimisateur/include/index.php
@
9953
Last change on this file since 9953 was 9201, checked in by , 14 years ago | |
---|---|
File size: 132 bytes |
Line | |
---|---|
1 | <?php |
2 | $url = '../index.php'; |
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.