diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-03-31 20:21:42 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-03-31 20:21:42 +0000 |
commit | ff1e280227a2d7b3359d227dbfe6d1878c4589c3 (patch) | |
tree | 7cb80fdcfed674e59537176e1a64f43fee02ec41 | |
parent | b531871f125265596ee9a7c550fdd3f4bfd0d19e (diff) |
an unknown function was insidiously inserted in revision 3.17 :-)
git-svn-id: http://piwigo.org/svn/trunk@404 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | identification.php | 1 |
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 ); |