You appear to be a bot. Output may be restricted
Description
Return some pseudo random messages to display
Usage
$array = oik_honeypot_messages();
Parameters
Returns
array Associative array of messages keyed by single digit – not uppercase nor a blankSource
File name: oik/libs/oik-honeypot.phpLines:
1 to 7 of 7
function oik_honeypot_messages() { $messages = array( "s" => "You're not a sentient being are you?" , "b" => "Unexpected response received." , "j" => "You filled out a form field that was created to stop spammers. Please go back and try again or contact the site administrator if you feel this was in error." ); return( $messages ); }View on GitHub View on Trac