print were to go
This commit is contained in:
parent
e9799d6921
commit
8ed7b3a953
@ -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"){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user