mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
freifächerverwaltung
This commit is contained in:
+10
-2
@@ -1,4 +1,10 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
// Auth: Benutzer des Webportals
|
||||
define ('USER_UID','strtolower(trim($_SERVER["REMOTE_USER"]))');
|
||||
// fuer Testzwecke
|
||||
//define ('USER_UID','pam');
|
||||
|
||||
// Hintergrundfarben fuer Tabellen beim Zeitwunsch
|
||||
global $cfgStdBgcolor;
|
||||
$cfgStdBgcolor=array();
|
||||
@@ -26,4 +32,6 @@
|
||||
$noalias[0]='330';
|
||||
$noalias[1]='331';
|
||||
$noalias[2]='204';
|
||||
?>
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user