„threadr/board/index.php“ ändern

master
Jakob 2020-03-08 16:40:43 +01:00
parent 997adffeb0
commit b9c707cd15
1 changed files with 2 additions and 0 deletions

View File

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