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"); }