Home
last modified time | relevance | path

Searched refs:isBehindSsl (Results 1 – 1 of 1) sorted by relevance

/plugin/authfacebook/lib/Url/
DFacebookUrlDetectionHandler.php48 return $this->isBehindSsl() ? 'https' : 'http';
56 protected function isBehindSsl() function in Facebook\\Url\\FacebookUrlDetectionHandler