From b9c707cd1592dacceba9630d63715f01acb61eb8 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 16:40:43 +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 b825377..b7eb1f7 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -46,6 +46,8 @@ $id=$_GET['id']; if(isset($_GET['action'])) { if($_GET['action']=='post') { include("./post.php"); + } elseif($_GET['action']=='submit') { + include("./submit.php"); } elseif($_GET['action']=='edit') { include("./edit.php"); }