maybe the session wont reload itself for eternity.
This commit is contained in:
parent
cbebd4339c
commit
bd653f6cf5
@ -17,5 +17,9 @@ $_SESSION['updated_at'] = $user['updated_at'];
|
|||||||
|
|
||||||
|
|
||||||
echo 'Session newly validated!';
|
echo 'Session newly validated!';
|
||||||
|
if(isset($_GET['page'])) {
|
||||||
echo '<meta http-equiv="refresh" content="0; URL='.$_GET['page'].'">';
|
echo '<meta http-equiv="refresh" content="0; URL='.$_GET['page'].'">';
|
||||||
|
} else {
|
||||||
|
die();
|
||||||
|
}
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user