SomeNet
/
public repos
/
fsinf
/
pub
/
w2c.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make table sortable
[fsinf/pub/w2c.git]
/
index.php
1
<?php
2
require_once('./funcs.php');
3
echo html_top("anmeldesystem");
4
?>
5
<h1>anmeldesystem</h1>
6
7
<p><a href="./list.php">zu der Liste der angemeldeten</a></p>
8
<p><a href="./stats.php">Stats</a></p>
9
<?php echo html_bottom(); ?>