loading itself is naughty too!
This commit is contained in:
parent
bd653f6cf5
commit
e9799d6921
@ -19,7 +19,9 @@ $_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'].'">';
|
||||||
} else {
|
} if($_GET['page'] == "update.php"){
|
||||||
|
die();
|
||||||
|
}else {
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user