mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 15:16:38 +02:00
Account icons and akku message
This commit is contained in:
parent
4f46ead9d6
commit
b81e12c873
4 changed files with 23 additions and 16 deletions
|
@ -124,6 +124,7 @@ if(!$coo && !$q->param('merchant_id')){
|
|||
|
||||
#If param>40 || value > 400 then exit
|
||||
foreach(@keywords){
|
||||
if($_ ne "app_debug"){
|
||||
if(length($_) > 40 || length($q->param($_)) > 400){
|
||||
$response->{response_state} = "Failure 9000: amount of characters in $_ exceeds";
|
||||
$bw->log("Failure 9000: amount of characters in $_ exceeds",$q,"");
|
||||
|
@ -132,6 +133,7 @@ foreach(@keywords){
|
|||
return Apache2::Const::OK;
|
||||
exit 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue