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".