Merge pull request #42 from cwildfoerster/patch-1
fix wrong file location
Dieser Commit ist enthalten in:
Commit
e32afe50b7
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -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".
|
||||
|
|
Laden …
In neuem Issue referenzieren