umask($conf['umask']);
}
+ /* Always need to load applications information. */
+ $this->_loadApplicationsCache($vhost);
+
/* Start a session. */
if ($session_flags & self::SESSION_NONE ||
(PHP_SAPI == 'cli') ||
}
}
- /* Always need to load applications information. */
- $this->_loadApplicationsCache($vhost);
-
/* Stop system if Horde is inactive. */
if ($this->applications['horde']['status'] == 'inactive') {
throw new Horde_Exception(_("This system is currently deactivated."));