debog
This commit is contained in:
parent
c9238dcf91
commit
db3c92e8ff
|
@ -25,11 +25,11 @@ switch ($_POST['act']){
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
(!is_numeric($value))
|
(!is_numeric($value))
|
||||||
OR ($value <= $p[1])
|
OR ( <= $p[1])
|
||||||
OR ($value >= $p[2])
|
OR ($value >= $p[2])
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
error(500,'wrong parameters');
|
error(500,'wrong parameters'.$p[0]);
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
$postValues[$p[0]]=$value;
|
$postValues[$p[0]]=$value;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user