aboutsummaryrefslogtreecommitdiffstats
path: root/identification.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-03-31 20:21:42 +0000
committerz0rglub <z0rglub@piwigo.org>2004-03-31 20:21:42 +0000
commitff1e280227a2d7b3359d227dbfe6d1878c4589c3 (patch)
tree7cb80fdcfed674e59537176e1a64f43fee02ec41 /identification.php
parentb531871f125265596ee9a7c550fdd3f4bfd0d19e (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
Diffstat (limited to 'identification.php')
-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 );