diff options
Diffstat (limited to '')
-rw-r--r-- | index.php | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -36,8 +36,5 @@ if ( $conf['access'] == 'restricted' ) else $url = 'category'; // redirection $url.= '.php'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); +redirect( $url ); ?> |