|
Fix E_WARNING in redirect: add exit after header() to prevent further output
Utils::redirect() now calls exit after sending Location header. This stops script execution and prevents Fury framework from attempting http_response_code() after headers have already been sent. |
|---|
|
|
| server/SHServ/Utils.php |
|---|