on retrospect: wont need this.

This commit is contained in:
Thies Mueller 2021-01-10 12:23:45 +01:00
parent 8ed7b3a953
commit a07152086a

View File

@ -17,12 +17,11 @@ $_SESSION['updated_at'] = $user['updated_at'];
echo 'Session newly validated!<br />'; echo 'Session newly validated!<br />';
echo "Going to ".$_GET['page'];
if(isset($_GET['page'])) { if(isset($_GET['page'])) {
echo '<meta http-equiv="refresh" content="0; URL='.$_GET['page'].'">'; echo "Going to ".$_GET['page'];
} if($_GET['page'] == "update.php"){ echo '<meta http-equiv="refresh" content="0; URL='.$_GET['page'].'">';
die(); } else {
}else {
die(); die();
} }
?> ?>