From 1b2690975600efa4f2ab7f3a5ed3486eb7912025 Mon Sep 17 00:00:00 2001 From: Constantin Date: Sun, 10 Sep 2017 23:54:46 +0200 Subject: [PATCH] fix wrong file location --- docs/u_e-autodiscover_config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/u_e-autodiscover_config.md b/docs/u_e-autodiscover_config.md index 1bd992f09..7997efd63 100644 --- a/docs/u_e-autodiscover_config.md +++ b/docs/u_e-autodiscover_config.md @@ -1,6 +1,6 @@ -Open/create `data/web/vars.local.inc.php` and add your changes to the configuration array. +Open/create `data/web/inc/vars.local.inc.php` and add your changes to the configuration array. -Changes will be merged with "$autodiscover_config" in `data/web/vars.inc.php`): +Changes will be merged with "$autodiscover_config" in `data/web/inc/vars.inc.php`): ``` $autodiscover_config = array( @@ -32,4 +32,4 @@ $autodiscover_config = array( To always use IMAP and SMTP instead of EAS, set `'autodiscoverType' => 'imap'`. -Disable ActiveSync for Outlook desktop clients by setting "useEASforOutlook" to "no". \ No newline at end of file +Disable ActiveSync for Outlook desktop clients by setting "useEASforOutlook" to "no".