summaryrefslogtreecommitdiff
path: root/create_thread.php
diff options
context:
space:
mode:
Diffstat (limited to 'create_thread.php')
-rw-r--r--create_thread.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/create_thread.php b/create_thread.php
index 2ed323d..6fb7df9 100644
--- a/create_thread.php
+++ b/create_thread.php
@@ -56,7 +56,6 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
$thread_id = create_thread($thread_subject, $thread_cat);
create_post($post_content, $thread_id, $thread_cat);
-
header("Location: viewthread.php?id=" . $thread_id);
}
}