Diverse SQL-Injection Lücken geschlossen

This commit is contained in:
Andreas Österreicher
2014-12-01 10:07:21 +00:00
parent 9325ebecbf
commit f670f45d2f
87 changed files with 4310 additions and 2015 deletions
+2 -1
View File
@@ -219,7 +219,8 @@ class appdaten extends basis_db
* @param type $target
* @param type $row
*/
private function mapRow($target,$row) {
private function mapRow($target,$row)
{
$target->appdaten_id=$row->appdaten_id;
$target->uid=$row->uid;
$target->app=$row->app;