diff --git a/include/incl.php b/include/incl.php index e5784e8..fcc6f6c 100644 --- a/include/incl.php +++ b/include/incl.php @@ -160,7 +160,8 @@ function errorpage($text = null, $message = null) */ function redirect($url) { - header("Location: ".$url); + header("Location: ".$url); + exit; } /**