Projects
Kolab:16
roundcubemail-selfcontained
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 19
View file
plesk.calendar.inc.php
Changed
@@ -14,7 +14,7 @@ !empty($_SERVER'HTTPS') && $_SERVER'HTTPS' !== 'off' ) ? "https://" : "http://") . - $_SERVER"HTTP_HOST" ?? "" . "/iRony/calendars/%u/%i/"; + ($_SERVER"HTTP_HOST" ?? "") . "/iRony/calendars/%u/%i/"; $config'calendar_contact_birthdays' = true; @@ -24,7 +24,7 @@ $config'calendar_resources_directory' = array(); - if (file_exists(RCUBE_CONFIG_DIR . '/' . $_SERVER"HTTP_HOST" ?? "" . '/' . basename(__FILE__))) { - include_once(RCUBE_CONFIG_DIR . '/' . $_SERVER"HTTP_HOST" ?? "" . '/' . basename(__FILE__)); + if (file_exists(RCUBE_CONFIG_DIR . '/' . ($_SERVER"HTTP_HOST" ?? "") . '/' . basename(__FILE__))) { + include_once(RCUBE_CONFIG_DIR . '/' . ($_SERVER"HTTP_HOST" ?? "") . '/' . basename(__FILE__)); } ?>
View file
plesk.kolab_addressbook.inc.php
Changed
@@ -21,7 +21,7 @@ !empty($_SERVER'HTTPS') && $_SERVER'HTTPS' !== 'off' ) ? "https://" : "http://") . - $_SERVER"HTTP_HOST" ?? "" . "/iRony/addressbooks/%u/%i/"; + ($_SERVER"HTTP_HOST" ?? "") . "/iRony/addressbooks/%u/%i/"; // Name of LDAP addressbook (a key in ldap_public configuration array) for which // the CardDAV URI will be displayed if kolab_addressbook_carddav_url is set.
View file
plesk.kolab_chat.inc.php
Changed
@@ -1,7 +1,7 @@ <?php $config = array(); - if (file_exists(RCUBE_CONFIG_DIR .'/'. $_SERVER'HTTP_HOST' ?? "" .'/mattermost.inc.php')) { - include_once(RCUBE_CONFIG_DIR .'/'. $_SERVER'HTTP_HOST' ?? "" .'/mattermost.inc.php'); + if (file_exists(RCUBE_CONFIG_DIR .'/'. ($_SERVER'HTTP_HOST' ?? "") .'/mattermost.inc.php')) { + include_once(RCUBE_CONFIG_DIR .'/'. ($_SERVER'HTTP_HOST' ?? "") .'/mattermost.inc.php'); }
View file
plesk.libkolab.inc.php
Changed
@@ -1,8 +1,8 @@ <?php $config'kolab_freebusy_server' = false; - if (file_exists(RCUBE_CONFIG_DIR . '/' . $_SERVER"HTTP_HOST" ?? "" . '/' . basename(__FILE__))) { - include_once(RCUBE_CONFIG_DIR . '/' . $_SERVER"HTTP_HOST" ?? "" . '/' . basename(__FILE__)); + if (file_exists(RCUBE_CONFIG_DIR . '/' . ($_SERVER"HTTP_HOST" ?? "") . '/' . basename(__FILE__))) { + include_once(RCUBE_CONFIG_DIR . '/' . ($_SERVER"HTTP_HOST" ?? "") . '/' . basename(__FILE__)); } $config'kolab_cache' = true;
View file
plesk.managesieve.inc.php
Changed
@@ -23,8 +23,8 @@ $config'managesieve_kolab_master' = false; - if (file_exists(RCUBE_CONFIG_DIR . '/' . $_SERVER"HTTP_HOST" ?? "" . '/' . basename(__FILE__))) { - include_once(RCUBE_CONFIG_DIR . '/' . $_SERVER"HTTP_HOST" ?? "" . '/' . basename(__FILE__)); + if (file_exists(RCUBE_CONFIG_DIR . '/' . ($_SERVER"HTTP_HOST" ?? "") . '/' . basename(__FILE__))) { + include_once(RCUBE_CONFIG_DIR . '/' . ($_SERVER"HTTP_HOST" ?? "") . '/' . basename(__FILE__)); } ?>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.