Esempio n. 1
0
 /**
  * Check for secure connection
  *
  * @return boolean
  */
 public function isHTTPS()
 {
     return \Includes\Utils\URLManager::isHTTPS();
 }