loading itself is naughty too!
This commit is contained in:
parent
bd653f6cf5
commit
e9799d6921
@ -19,6 +19,8 @@ $_SESSION['updated_at'] = $user['updated_at'];
|
|||||||
echo 'Session newly validated!';
|
echo 'Session newly validated!';
|
||||||
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"){
|
||||||
|
die();
|
||||||
}else {
|
}else {
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user