mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
- Schema Anpassung
- Menue Anpassung - Lehrveranstaltungen in topbar
This commit is contained in:
@@ -9,12 +9,10 @@
|
||||
<?php
|
||||
if(isset($_SERVER["REMOTE_USER"]))
|
||||
{
|
||||
echo "jo";
|
||||
$visible=true;
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "nein";
|
||||
$visible=false;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user