Skip to content

Instantly share code, notes, and snippets.

@rustyrazorblade
Created January 6, 2012 22:48
Show Gist options
  • Save rustyrazorblade/1572813 to your computer and use it in GitHub Desktop.
Save rustyrazorblade/1572813 to your computer and use it in GitHub Desktop.
if self.get_cookie( 'use_mobile', "0" ):
self.redirect('/mobile/')
else:
self.redirect('/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment