Benutzeranmeldungsfunktionlität

This commit is contained in:
2025-06-25 09:59:58 +02:00
parent f59491a327
commit 3d246ccb60
4 changed files with 45 additions and 20 deletions

View File

@@ -1,11 +0,0 @@
<?php
include dirname(__DIR__).'/header.phtml';
?>
<h1>Sie haben sich erfolgreich registriert</h1>
<?php
include dirname(__DIR__).'/footer.phtml';
?>