예제 #1
0
파일: Request.php 프로젝트: kingsj/core
 /**
  * Check for secure connection
  *
  * @return boolean
  */
 public function isHTTPS()
 {
     return \Includes\Utils\URLManager::isHTTPS();
 }