Refactor configuration files for HexaHost.de: Updated mail and product configuration files to improve clarity and maintainability. Added deprecation notices in the old config file, migrated email handling to a new structure, and enhanced documentation for better understanding. Improved header comments across various public pages for better organization and readability.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../backend/includes/functions.php';
|
||||
|
||||
|
||||
// Page configuration
|
||||
$page_title = '500 - Serverfehler | HexaHost.de';
|
||||
$page_description = 'Ein interner Serverfehler ist aufgetreten.';
|
||||
$current_page = '500';
|
||||
|
||||
|
||||
// Set 500 header
|
||||
http_response_code(500);
|
||||
|
||||
|
||||
// Include header
|
||||
includeHeader($page_title, $page_description, $current_page);
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user