From 36d4ac068180168b75a45811a95d63fcc5bad3c2 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Fri, 29 May 2026 11:34:11 +0200 Subject: [PATCH] Update index.php --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 1288f0f..3a2989f 100644 --- a/index.php +++ b/index.php @@ -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 {