aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--identification.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/identification.php b/identification.php
index 2b7adc064..719bed407 100644
--- a/identification.php
+++ b/identification.php
@@ -42,7 +42,6 @@ if ( isset( $_POST['login'] ) )
{
$session_id = session_create( $_POST['username'] );
$url = 'category.php?id='.$session_id;
- redirect( $url );
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );