You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
494 B
PHP
20 lines
494 B
PHP
<?PHP
|
|
|
|
$title = "Erzengel";
|
|
$header = "Index";
|
|
include ("../../../27c3/includes/header.php");
|
|
include ("../../../27c3/includes/funktion_db_list.php");
|
|
|
|
echo "Hallo Erzengel ".$_SESSION['Nick'].",<br>\n";
|
|
|
|
?>
|
|
|
|
du bist jetzt im Erzengel-Bereich. Hier kannst du die Engel-Verwaltung vornehmen.<br><br>
|
|
|
|
Bitte melde dich <a href="../logout.php">hier</a> nach getaner Arbeit immer ab, damit kein anderer hier Änderungen vornehmen kann.
|
|
|
|
<?PHP
|
|
include ("../../../27c3/includes/footer.php");
|
|
?>
|
|
|