コード例 #1
0
ファイル: Url.php プロジェクト: diosmosis/piwik
 protected static function isSecureConnectionLikelyNotUsed()
 {
     return Url::getCurrentSchemeFromRequestHeader() == 'http';
 }