From 599e57dd4f247ed087cc8d8883a0b0abf30d0fe6 Mon Sep 17 00:00:00 2001 From: bison-paolo Date: Wed, 8 Mar 2017 18:26:50 +0100 Subject: [PATCH] User story #893: Set correct link from FAS --- content/fasoverlay.js.php | 18 ++++++++++---- content/functions.js.php | 49 +++++++++++++++++++++++++++++++++++++++ content/messages.js.php | 15 +++++++++++- 3 files changed, 76 insertions(+), 6 deletions(-) diff --git a/content/fasoverlay.js.php b/content/fasoverlay.js.php index e8078eb48..6fbfb0efa 100644 --- a/content/fasoverlay.js.php +++ b/content/fasoverlay.js.php @@ -23,10 +23,15 @@ require_once('../config/vilesci.config.inc.php'); require_once('../include/functions.inc.php'); require_once('../include/variable.class.php'); +require_once('../include/benutzer.class.php'); + +$user = get_uid(); $variable = new variable(); -$variable->loadVariables(get_uid()); -if(false): ?>