From 5325cc2e95892a03007b3cd09623907997b122a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=9C=F0=9D=93=AA=F0=9D=93=AC=F0=9D=93=AE=E2=84=A2?= <71522630+theoneandonlymace@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:37:04 +0200 Subject: [PATCH] Update file inclusion paths: Adjusted PHP include statements in multiple files to use absolute paths, ensuring consistency and preventing potential path issues across the application. --- docs/README-STRUCTURE.md | 4 ++-- public/404.php | 2 +- public/500.php | 2 +- public/about.php | 2 +- public/agb.php | 2 +- public/contact.php | 2 +- public/datenschutz.php | 2 +- public/impressum.php | 2 +- public/index.php | 2 +- public/mail-gateway.php | 4 ++-- public/vpc.php | 4 ++-- public/vps.php | 4 ++-- public/webhosting.php | 4 ++-- public/widerruf.php | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/README-STRUCTURE.md b/docs/README-STRUCTURE.md index b3ad967..1f0524e 100644 --- a/docs/README-STRUCTURE.md +++ b/docs/README-STRUCTURE.md @@ -30,7 +30,7 @@ Die Website wurde umstrukturiert, um Header und Footer in zentralen Dateien zu s ```php
diff --git a/public/404.php b/public/404.php index 35987ae..6d118e7 100644 --- a/public/404.php +++ b/public/404.php @@ -1,5 +1,5 @@