dingdagabum

This commit is contained in:
2025-06-30 14:57:32 +02:00
parent 3be7e1ecfd
commit 16a91cc028
8 changed files with 326 additions and 117 deletions

View File

@@ -1,12 +1,6 @@
<?php
include dirname(__DIR__).'/header.phtml';
?>
<div class="msg">
<p>Ihre Anfrage wurde erfolgreich versendet.</p>
<a href="?controller=Welcome&do=showWelcome">Weiter</a>
</div>
<?php include dirname(__DIR__).'/footer.phtml'; ?>