aboutsummaryrefslogtreecommitdiff
path: root/app/class/Controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/Controller.php')
-rw-r--r--app/class/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/Controller.php b/app/class/Controller.php
index 56d4dfe..11a2c12 100644
--- a/app/class/Controller.php
+++ b/app/class/Controller.php
@@ -111,6 +111,7 @@ class Controller
public function redirect($url)
{
header('Location: ' . $url);
+ exit;
}
public function routedirect(string $route, array $vars = [])