Skip to content

Commit

Permalink
6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyilmaz committed Dec 9, 2024
1 parent b1c40b3 commit 9df7db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mind.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
*
* @package Mind
* @version Release: 6.0.4
* @version Release: 6.0.5
* @license GPL3
* @author Ali YILMAZ <[email protected]>
* @category Php Framework, Design pattern builder for PHP.
Expand Down Expand Up @@ -3708,6 +3708,7 @@ public function redirect($url = '', $delay = 0, $element=''){
header('Location: '.$url);
}
ob_end_flush();
exit();
}

/**
Expand Down

0 comments on commit 9df7db6

Please sign in to comment.