fix wrong file location
Dieser Commit ist enthalten in:
Ursprung
7c95be95cd
Commit
1b26909756
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(
|
||||
|
|
Laden …
In neuem Issue referenzieren