- Schema Anpassung

- Menue Anpassung
- Lehrveranstaltungen in topbar
This commit is contained in:
Andreas Österreicher
2007-01-08 14:12:51 +00:00
parent 63a31f1b21
commit dda3ee5ed0
25 changed files with 190 additions and 63 deletions
-2
View File
@@ -9,12 +9,10 @@
<?php
if(isset($_SERVER["REMOTE_USER"]))
{
echo "jo";
$visible=true;
}
else
{
echo "nein";
$visible=false;
}
?>