Closed flh closed 2 years ago
Recent PHP versions emit an error on the subsequent call to strlen() if the nonce value is null.
An alternative solution would be to change the test to:
if($nonce !== null and strlen(...))
I do not know which one you prefer.
Thanks, I have merged it in.
Recent PHP versions emit an error on the subsequent call to strlen() if the nonce value is null.
An alternative solution would be to change the test to:
I do not know which one you prefer.