diff --git a/server/SHServ/Utils.php b/server/SHServ/Utils.php index 11b0db0..b31bf94 100644 --- a/server/SHServ/Utils.php +++ b/server/SHServ/Utils.php @@ -4,7 +4,8 @@ class Utils { public function redirect(String $url) { - return header("Location: {$url}"); + header("Location: {$url}"); + exit; } public function table_row_is_exists(\Fury\Modules\ThinBuilder\ThinBuilder $tb_instance, String $tablename, String $field_name, String $value): Bool {