diff --git a/control.php b/control.php index 3b6fcd9..8690bc1 100644 --- a/control.php +++ b/control.php @@ -46,6 +46,7 @@ if (checkSessionAndRedirect(false)) { $url = $url . "&redirect=" . $redirect; } redirect($url); + exit(0); } }