added some exit()
This commit is contained in:
parent
3d09077fe2
commit
ed52b9f109
1
ucp.php
1
ucp.php
@ -30,6 +30,7 @@ switch ($_GET['page']) {
|
|||||||
session_start();
|
session_start();
|
||||||
$_SESSION['flash'] = "Sucessfully logged out";
|
$_SESSION['flash'] = "Sucessfully logged out";
|
||||||
header('Location: index.php');
|
header('Location: index.php');
|
||||||
|
exit();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "settings": {
|
case "settings": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user