From ff1e280227a2d7b3359d227dbfe6d1878c4589c3 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 31 Mar 2004 20:21:42 +0000 Subject: an unknown function was insidiously inserted in revision 3.17 :-) git-svn-id: http://piwigo.org/svn/trunk@404 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 1 - 1 file changed, 1 deletion(-) 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 ); -- cgit v1.2.3