This commit is contained in:
Christian Paminger
2007-06-08 07:14:35 +00:00
parent c84910c278
commit a7b4d829e6
+3 -3
View File
@@ -1,9 +1,9 @@
<?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;
$cfgStdBgcolor=array();