mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
Securityfix - XSS Lücke in LV-Plan behoben
This commit is contained in:
@@ -151,6 +151,8 @@ if(strlen($grp)>2)
|
||||
die('Gruppe ist ungueltig');
|
||||
if(isset($datum) && !is_numeric($datum))
|
||||
die('Datum ist ungueltig');
|
||||
if(!check_ort($ort_kurzbz))
|
||||
die('Ort ist ungueltig');
|
||||
|
||||
$berechtigung=new benutzerberechtigung();
|
||||
$berechtigung->getBerechtigungen($uid);
|
||||
|
||||
Reference in New Issue
Block a user