From 90984db70d7f540d47aebf819c5fda49a3c43137 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Mon, 3 Dec 2007 10:30:06 +0000 Subject: [PATCH] --- include/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index fa6d344c3..a60ab794f 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -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 'pam'; + //return 'pam'; } function crlf()