This commit is contained in:
Christian Paminger
2007-07-31 09:02:29 +00:00
parent a892fb31d2
commit e4fec1d3d6
13 changed files with 61 additions and 83 deletions
+2 -2
View File
@@ -31,9 +31,9 @@ function db_query($conn, $sql_query)
// Auth: Benutzer des Webportals
function get_uid()
{
return strtolower(trim($_SERVER['REMOTE_USER']));
//return strtolower(trim($_SERVER['REMOTE_USER']));
// fuer Testzwecke
//return 'weisss';
return 'pam';
}
function crlf()