mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user