diff options
Diffstat (limited to 'identification.php')
-rw-r--r-- | identification.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/identification.php b/identification.php index 719bed407..5d2a0eb46 100644 --- a/identification.php +++ b/identification.php @@ -42,10 +42,7 @@ if ( isset( $_POST['login'] ) ) { $session_id = session_create( $_POST['username'] ); $url = 'category.php?id='.$session_id; - header( 'Request-URI: '.$url ); - header( 'Content-Location: '.$url ); - header( 'Location: '.$url ); - exit(); + redirect( $url ); } else { |