mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-06 22:59:27 +00:00
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user