diff --git a/data/web/autodiscover.php b/data/web/autodiscover.php index bdb9c8d3..2d081a1b 100644 --- a/data/web/autodiscover.php +++ b/data/web/autodiscover.php @@ -1,9 +1,7 @@ 'yes', 'autodiscoverType' => 'activesync', @@ -23,6 +21,9 @@ $config = array( ); /* ---------- DO NOT MODIFY ANYTHING BEYOND THIS LINE. IGNORE AT YOUR OWN RISK. ---------- */ +if(file_exists('inc/vars.local.inc.php')) { + include_once 'inc/vars.local.inc.php'; +} if ($config['useEASforOutlook'] == 'no') { if (strpos($_SERVER['HTTP_USER_AGENT'], 'Outlook')) {