diff options
Diffstat (limited to 'MainApp.php')
-rw-r--r-- | MainApp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MainApp.php b/MainApp.php index 0cf0442..ea148bb 100644 --- a/MainApp.php +++ b/MainApp.php @@ -207,6 +207,7 @@ class MainApp } header('HTTP/1.1 303 See Other'); header('Location: ' . $url); + exit(); } //// |