diff --git a/content/statistik/bama_studentenstrom.svg.php b/content/statistik/bama_studentenstrom.svg.php index f2c18faab..9da8b6d66 100644 --- a/content/statistik/bama_studentenstrom.svg.php +++ b/content/statistik/bama_studentenstrom.svg.php @@ -23,6 +23,12 @@ require_once('../../vilesci/config.inc.php'); require_once('../../include/ezcomponents/Base/src/ezc_bootstrap.php'); + require_once('../../include/benutzerberechtigung.class.php'); + + $db = new basis_db(); + $user = get_uid(); + $rechte = new benutzerberechtigung(); + $rechte->getBerechtigungen($user); $stsem=0; $studiengang_kz=0;