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