Skip to content

Instantly share code, notes, and snippets.

@zooks
Created August 24, 2017 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zooks/f8196db77cb49d4410681c598e27d180 to your computer and use it in GitHub Desktop.
Save zooks/f8196db77cb49d4410681c598e27d180 to your computer and use it in GitHub Desktop.
October CMS Redirect
public function onStart()
{
return Redirect::to('http://google.com');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment