maybe the session wont reload itself for eternity.

This commit is contained in:
Thies Mueller 2021-01-10 12:19:18 +01:00
parent cbebd4339c
commit bd653f6cf5

View File

@ -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();
}
?> ?>