diff options
author | Filipp Lepalaan <filipp@mac.com> | 2011-09-25 19:35:23 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2011-09-25 19:35:23 +0300 |
commit | b09b087d04915923b1eb497439e5f0ba81c2ff69 (patch) | |
tree | 44e4b38f8216df2cf613466be38c2b72bc9233a2 | |
parent | b09adf07febd1e3cc14449434532451c98aad2c7 (diff) | |
download | main-b09b087d04915923b1eb497439e5f0ba81c2ff69.tar.gz main-b09b087d04915923b1eb497439e5f0ba81c2ff69.tar.bz2 main-b09b087d04915923b1eb497439e5f0ba81c2ff69.zip |
Add exit() to redirect
-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(); } //// |