Example #1
0
 protected static function setRequestType()
 {
     self::$_request_type = isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ? 'SSL' : 'NONSSL';
 }