mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-20 05:29:29 +00:00
Security Fixes
This commit is contained in:
@@ -250,6 +250,11 @@ class ort extends basis_db
|
||||
{
|
||||
$stundevon = 1;
|
||||
$stundebis = 1;
|
||||
if(!is_numeric($anzpersonen))
|
||||
{
|
||||
$this->errormsg='Anzahl der Personen muss eine gueltige Zahl sein';
|
||||
return false;
|
||||
}
|
||||
|
||||
//stundevon ermitteln
|
||||
$qry = "SELECT stunde FROM (
|
||||
|
||||
Reference in New Issue
Block a user