The function _mollom_nonce() does not work - it returns empty $nonce.
Why not just do away with the function entirely and simply use:
$nonce = md5(mt_rand());
The function _mollom_nonce() does not work - it returns empty $nonce.
Why not just do away with the function entirely and simply use:
$nonce = md5(mt_rand());
This topic has been closed to new replies.