mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 11:28:42 +00:00
Refactor file inclusions: Updated paths in multiple PHP files to use absolute paths for including functions and configuration files, enhancing consistency and preventing potential path issues.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once 'includes/functions.php';
|
||||
require_once __DIR__ . '/../../includes/functions.php';
|
||||
|
||||
// Page configuration
|
||||
$page_title = 'Allgemeine Geschäftsbedingungen - HexaHost.de | AGB';
|
||||
|
||||
Reference in New Issue
Block a user