Refactor configuration loading: Updated multiple public PHP files to require a new bootstrap file for configuration management. Adjusted paths for product configuration to enhance maintainability and consistency across the application.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../backend/includes/functions.php';
|
||||
require_once __DIR__ . '/bootstrap.php';
|
||||
|
||||
// Page configuration
|
||||
$page_title = 'Impressum - HexaHost.de | Rechtliche Angaben';
|
||||
@@ -23,7 +23,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
?>
|
||||
<h1 class="legal-hero-title">Impressum</h1>
|
||||
<p class="legal-hero-description">
|
||||
|
||||
Rechtliche Angaben und Pflichtinformationen gemäß § 5 DDG
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user