Update file inclusion paths in multiple PHP files: Adjusted paths to use the new backend directory structure, ensuring consistent access to functions and configuration files across the application.

This commit is contained in:
𝓜𝓪𝓬𝓮™
2026-04-02 13:46:08 +02:00
parent b4ab365314
commit c8386a8f4b
34 changed files with 2879 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../../../includes/functions.php';
require_once __DIR__ . '/../backend/includes/functions.php';
// Page configuration
$page_title = 'Über uns - HexaHost.de | Hosting aus Niederbayern';