From 926b9bdb0618ba903e9fa6af00de352963105756 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 17:18:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/board/index.php=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/board/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/threadr/board/index.php b/threadr/board/index.php index b7eb1f7..d445cda 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -47,6 +47,8 @@ $id=$_GET['id']; if($_GET['action']=='post') { include("./post.php"); } elseif($_GET['action']=='submit') { + $title=$_POST['title']; + $content=$_POST['content']; include("./submit.php"); } elseif($_GET['action']=='edit') { include("./edit.php");