예제 #1
0
파일: Url.php 프로젝트: diosmosis/piwik
 protected static function isSecureConnectionLikelyNotUsed()
 {
     return Url::getCurrentSchemeFromRequestHeader() == 'http';
 }