Rechtstexte und B2C-Vertragsabläufe absichern

This commit is contained in:
2026-08-22 14:31:56 +02:00
parent d320a4fd7a
commit a31a235422
58 changed files with 2502 additions and 316 deletions
+11 -1
View File
@@ -8,7 +8,17 @@ $scheme = app_is_https() ? 'https' : 'http';
$host = (string)($_SERVER['HTTP_HOST'] ?? '');
$base = $host !== '' ? $scheme . '://' . $host : '';
$pages = ['', 'preise.php', 'impressum.php', 'agb.php', 'datenschutz.php'];
$pages = [
'',
'preise.php',
'impressum.php',
'agb.php',
'datenschutz.php',
'avv.php',
'widerruf.php',
'widerrufen.php',
'kuendigen.php',
];
header('Content-Type: application/xml; charset=utf-8');
echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";