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): ?>