From b09b087d04915923b1eb497439e5f0ba81c2ff69 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 25 Sep 2011 19:35:23 +0300 Subject: Add exit() to redirect --- MainApp.php | 1 + 1 file changed, 1 insertion(+) 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(); } //// -- cgit v1.2.3