Merge pull request #42 from cwildfoerster/patch-1

fix wrong file location
Dieser Commit ist enthalten in:
André Peters 2017-09-11 08:06:26 +02:00 committet von GitHub
Commit e32afe50b7

Datei anzeigen

@ -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".
Disable ActiveSync for Outlook desktop clients by setting "useEASforOutlook" to "no".