]> git.somenet.org - fsinf/pub/w2c.git/blob - list.php
das ganze mal committet, bevor was schief geht :)
[fsinf/pub/w2c.git] / list.php
1 <?php
2 require_once('./funcs.php');
3
4 login();
5
6 ?>
7
8 <h1>Anmeldungsliste</h1>
9 <p><a href="./person.php">Person hinzufügen</a></p>
10 <?php echo list_anmeldungen(); ?>
11 <p><a href="./person.php">Person hinzufügen</a></p>
12