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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../../includes/functions.php';
|
||||
require_once __DIR__ . '/../../../includes/functions.php';
|
||||
|
||||
// Page configuration
|
||||
$page_title = 'Über uns - HexaHost.de | Hosting aus Niederbayern';
|
||||
|
||||
Reference in New Issue
Block a user