loading itself is naughty too!
This commit is contained in:
@@ -19,7 +19,9 @@ $_SESSION['updated_at'] = $user['updated_at'];
|
||||
echo 'Session newly validated!';
|
||||
if(isset($_GET['page'])) {
|
||||
echo '<meta http-equiv="refresh" content="0; URL='.$_GET['page'].'">';
|
||||
} else {
|
||||
} if($_GET['page'] == "update.php"){
|
||||
die();
|
||||
}else {
|
||||
die();
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user