From 9df7db6f79b65d38e83a9a89a2f491d3bf21ab55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Y=C4=B1lmaz?= Date: Mon, 9 Dec 2024 22:30:23 +0300 Subject: [PATCH] 6.0.5 --- Mind.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mind.php b/Mind.php index 1e96faf..e2abd39 100755 --- a/Mind.php +++ b/Mind.php @@ -3,7 +3,7 @@ /** * * @package Mind - * @version Release: 6.0.4 + * @version Release: 6.0.5 * @license GPL3 * @author Ali YILMAZ * @category Php Framework, Design pattern builder for PHP. @@ -3708,6 +3708,7 @@ public function redirect($url = '', $delay = 0, $element=''){ header('Location: '.$url); } ob_end_flush(); + exit(); } /**