mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 21:59:27 +00:00
This commit is contained in:
+2
-1
@@ -36,7 +36,8 @@ require_once('../include/konto.class.php');
|
||||
if (!$conn = pg_pconnect(CONN_STRING))
|
||||
$error_msg='Es konnte keine Verbindung zum Server aufgebaut werden!';
|
||||
|
||||
$user = get_uid();
|
||||
//$user = get_uid();
|
||||
$user = strtolower(trim($_SERVER['REMOTE_USER']));
|
||||
loadVariables($conn, $user);
|
||||
|
||||
//Parameter holen
|
||||
|
||||
Reference in New Issue
Block a user