forked from root/threadr.lostcave.ddnss.de
„threadr/board/index.php“ ändern
parent
997adffeb0
commit
b9c707cd15
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue