return false if http signatue is not valid
This commit is contained in:
parent
073115e7ab
commit
10587e3a84
@ -308,8 +308,7 @@ class Libzot {
|
||||
|
||||
if(! $hsig_valid) {
|
||||
logger('http signature not valid: ' . print_r($hsig,true));
|
||||
/// @FIXME $result is undefined
|
||||
return $result;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user