mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +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))
|
if (!$conn = pg_pconnect(CONN_STRING))
|
||||||
$error_msg='Es konnte keine Verbindung zum Server aufgebaut werden!';
|
$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);
|
loadVariables($conn, $user);
|
||||||
|
|
||||||
//Parameter holen
|
//Parameter holen
|
||||||
|
|||||||
Reference in New Issue
Block a user