diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,8 +16,7 @@ $gBitSystem->verifyPermission( 'p_articles_read' ); if( !empty( $_REQUEST['article_id'] ) ) { $param = array ( 'article_id' => ( int )$_REQUEST['article_id'] ); - header( "Location: ".BitArticle::getDisplayUrlFromHash( $param ) ); - die; + bit_redirect( BitArticle::getDisplayUrlFromHash( $param ) ); } // Display the template |
