Update autodiscover.php

master
André Peters 2017-02-14 12:46:48 +01:00 committed by GitHub
parent 635ee7c613
commit 7781e5f37d
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,6 @@
<?php
require_once 'inc/vars.inc.php';
if(file_exists('inc/vars.local.inc.php')) {
include_once 'inc/vars.local.inc.php';
}
ini_set('error_reporting', '0');
$config = array(
'useEASforOutlook' => 'yes',
@ -22,6 +20,10 @@ $config = array(
)
);
if(file_exists('inc/vars.local.inc.php')) {
include_once 'inc/vars.local.inc.php';
}
/* ---------- DO NOT MODIFY ANYTHING BEYOND THIS LINE. IGNORE AT YOUR OWN RISK. ---------- */
if ($config['useEASforOutlook'] == 'no') {