an unknown function was insidiously inserted in revision 3.17 :-)

git-svn-id: http://piwigo.org/svn/trunk@404 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-03-31 20:21:42 +00:00
parent b531871f12
commit ff1e280227
-1
View File
@@ -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 );