Skip to content

Instantly share code, notes, and snippets.

@DrMabuse23
Created May 1, 2013 21:40
Show Gist options
  • Save DrMabuse23/5498606 to your computer and use it in GitHub Desktop.
Save DrMabuse23/5498606 to your computer and use it in GitHub Desktop.
public function getProtocol() {
if(Yii::app()->request->isSecureConnection)
return 'https';
return 'http';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment