From d4c7eb124cce891d5de7b4e427d7de1729b0fc0f Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Mon, 19 Mar 2007 15:30:45 +0000 Subject: [PATCH] --- content/fas.xul.php | 173 ++++++++++++++++++++++++ content/{ => fasold}/fasoverlay.xul.php | 0 2 files changed, 173 insertions(+) create mode 100644 content/fas.xul.php rename content/{ => fasold}/fasoverlay.xul.php (100%) diff --git a/content/fas.xul.php b/content/fas.xul.php new file mode 100644 index 000000000..911d804af --- /dev/null +++ b/content/fas.xul.php @@ -0,0 +1,173 @@ +'; +include('../vilesci/config.inc.php'); +include('../include/functions.inc.php'); +include('../include/fas/benutzer.class.php'); + +// Testumgebung +if (!isset($REMOTE_USER)) + $REMOTE_USER='pam'; + +$uid=$REMOTE_USER; +$error_msg=''; + +//Variablen laden +if (!$conn = @pg_pconnect(CONN_STRING)) + $error_msg='Es konnte keine Verbindung zum Server aufgebaut werden!'; +$error_msg.=loadVariables($conn,$REMOTE_USER); + +$benutzer = new benutzer($conn); +if(!$benutzer->loadVariables($uid)) + $error_msg = $benutzer->errormsg; +/*echo '';*/ +echo ''; +echo ''; +?> + + +]> + + + +