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(isset($_GET['action'])) {
|
||||||
if($_GET['action']=='post') {
|
if($_GET['action']=='post') {
|
||||||
include("./post.php");
|
include("./post.php");
|
||||||
|
} elseif($_GET['action']=='submit') {
|
||||||
|
include("./submit.php");
|
||||||
} elseif($_GET['action']=='edit') {
|
} elseif($_GET['action']=='edit') {
|
||||||
include("./edit.php");
|
include("./edit.php");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue