fix PHP parse error
This commit is contained in:
parent
c1850f3713
commit
29e6ee4530
|
@ -31,7 +31,7 @@ switch ($_POST['act']){
|
||||||
OR ($value > $p[2])
|
OR ($value > $p[2])
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
error(500,'wrong parameters');
|
error(500,'wrong parameters 1');
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
$postValues[$p[0]]=$value;
|
$postValues[$p[0]]=$value;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user