mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Diverse SQL-Injection Lücken geschlossen
This commit is contained in:
@@ -443,7 +443,7 @@ class mitarbeiter extends benutzer
|
||||
$in='';
|
||||
foreach ($stge as $stg)
|
||||
{
|
||||
$in.=','.$stg;
|
||||
$in.=','.$this->db_add_param($stg, FHC_INTEGER);
|
||||
if($stg==0)
|
||||
{
|
||||
$in='';
|
||||
|
||||
Reference in New Issue
Block a user