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 = '404 - Seite nicht gefunden | HexaHost.de';
|
||||
|
||||
Reference in New Issue
Block a user