Beitrag erstellen #13
@@ -34,7 +34,6 @@ require_once $abs_path . "/php/controller/index-controller.php";
|
||||
include_once 'includes/navbar.php';
|
||||
//Dynamischer Inhalt:
|
||||
if (isset($_GET["pfad"])) {
|
||||
echo $_GET["pfad"];
|
||||
if (file_exists($abs_path . '/content/' . $_GET["pfad"] . '.php')) {
|
||||
include_once $abs_path . '/content/' . $_GET["pfad"] . '.php';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user