on retrospect: wont need this.
This commit is contained in:
parent
8ed7b3a953
commit
a07152086a
@ -17,11 +17,10 @@ $_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 "Going to ".$_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"){
|
|
||||||
die();
|
|
||||||
} else {
|
} else {
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user