„threadr/board/index.php“ ändern

master
Jakob 2020-03-08 17:18:18 +01:00
parent 20e1401413
commit 926b9bdb06
1 changed files with 2 additions and 0 deletions

View File

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