From 886a9804f6e713d1e430d68c7cd7a119e7a6f15c Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 17:37:00 +0100 Subject: [PATCH] added auto refresh, might remove later --- threadr/board/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/threadr/board/index.php b/threadr/board/index.php index d855f0d..cc75390 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -13,7 +13,7 @@ $id=$_GET['id']; ThreadR - Boards %STYLESHEET% - + %NAVBAR% @@ -48,7 +48,6 @@ $id=$_GET['id']; include("./post.php"); } elseif($_GET['action']=='submit') { $user_id=$_SESSION[user_id]; - echo "$user_id"; $title=$_POST['title']; $content=$_POST['content']; include("./submit.php");