„threadr/board/index.php“ ändern
parent
20e1401413
commit
926b9bdb06
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue