print were to go

This commit is contained in:
Thies Mueller 2021-01-10 12:22:17 +01:00
parent e9799d6921
commit 8ed7b3a953

View File

@ -16,7 +16,8 @@ $_SESSION['activated'] = $user['activated'];
$_SESSION['updated_at'] = $user['updated_at']; $_SESSION['updated_at'] = $user['updated_at'];
echo 'Session newly validated!'; 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 '<meta http-equiv="refresh" content="0; URL='.$_GET['page'].'">';
} if($_GET['page'] == "update.php"){ } if($_GET['page'] == "update.php"){