Auth/beispiel.php
2025-04-14 15:33:29 +02:00

14 lines
82 B
PHP

<?php
include('index.php');
?>
<h1>Willkommen</h1>
<?php
echo $uname;
?>