bug fix
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
15c84c0863
commit
c9fa6abf06
@@ -34,6 +34,7 @@ if (isset($_COOKIE['series_id']) && isset($_COOKIE['remember_token']))
|
||||
}
|
||||
|
||||
$_SESSION['user_logged_in'] = TRUE;
|
||||
$_SESSION['user_id'] = $row['id'];
|
||||
$_SESSION['type'] = $row['type'];
|
||||
header('Location: index.php');
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user