This commit is contained in:
Christian Paminger
2007-06-11 15:20:17 +00:00
parent e418a0284c
commit fcc220345d
10 changed files with 84 additions and 92 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
// Auth: Benutzer des Webportals
define ('USER_UID','strtolower(trim($_SERVER["REMOTE_USER"]))');
//define ('USER_UID','strtolower(trim($_SERVER["REMOTE_USER"]))');
// fuer Testzwecke
//define ('USER_UID','pam');
define ('USER_UID','pam');
// Hintergrundfarben fuer Tabellen beim Zeitwunsch
global $cfgStdBgcolor;