Account icons and akku message

This commit is contained in:
ragu 2022-08-10 07:30:50 +02:00
parent 4f46ead9d6
commit b81e12c873
4 changed files with 23 additions and 16 deletions

View file

@ -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;
}
}
}