From c2e1f4feac0c5a16e2b1aad83ed01a9b87da5764 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 4 Dec 2011 09:09:24 +1100 Subject: [PATCH] removed useless exit; --- post.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/post.php b/post.php index c2466961..507999a8 100644 --- a/post.php +++ b/post.php @@ -589,8 +589,6 @@ rebuildThemes('post'); header('Location: ' . $redirect, true, $config['redirect_http']); - - exit; } else { if(!file_exists($config['has_installed'])) { header('Location: install.php', true, $config['redirect_http']);