Ejemplo n.º 1
0
 /**
  * Is https secure request
  * Use secure on backend only
  *
  * @return bool
  */
 public function isSecure()
 {
     if (App_Main::isRouterAdmin()) {
         return $this->_getRequest()->isSecure();
     }
     return false;
 }