Skip to content

Instantly share code, notes, and snippets.

@visualizeq
Created October 16, 2012 08:30
Show Gist options
  • Save visualizeq/3898046 to your computer and use it in GitHub Desktop.
Save visualizeq/3898046 to your computer and use it in GitHub Desktop.
Yii Controller HttpsFilter
public function filterHttps($filterChain)
{
$filter = new HttpsFilter;
$filter->filter($filterChain);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment