mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
<?php
|
||||
include('../../config.inc.php');
|
||||
include('../../../include/globals.inc.php');
|
||||
include('../../../include/functions.inc.php');
|
||||
|
||||
if (isset($REMOTE_USER))
|
||||
$uid=$REMOTE_USER;
|
||||
else
|
||||
$uid='tw01e061';
|
||||
$uid=USER_UID;
|
||||
|
||||
// Verbindung aufbauen
|
||||
$conn=pg_pconnect(CONN_STRING) or die ("Unable to connect to SQL-Server");
|
||||
|
||||
Reference in New Issue
Block a user