Skip to content

Instantly share code, notes, and snippets.

@fabriziogiordano
Created November 3, 2015 20:27
Show Gist options
  • Select an option

  • Save fabriziogiordano/fd962a2b3418d29b1aaa to your computer and use it in GitHub Desktop.

Select an option

Save fabriziogiordano/fd962a2b3418d29b1aaa to your computer and use it in GitHub Desktop.
cameo secret
$cameo_secrect_code = $this->filter('code')->setType('string')->setDefault('')->getArg(Request::GET);
if ($cameo_secrect_code != 'WHATEVER') {
throw new VideoNotFoundException('Cameo secret code missing or not correct.');
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment