function crumb_check($key, $ttl = 0) { $test = request_str('crumb'); return crumb_validate($test, $key, $ttl); }
function crumb_check($key, $ttl = 0, $target = '') { $test = request_str('crumb'); return crumb_validate($test, $key, $ttl, $target); }