Secondary Config
In R5.0 the secondary config is stored in the config table.
config_defaults.php - holds only the default values and is overwritten by secondary config via array_merge
Changes in the secondary config can be done via
- editing
config_valuein your config table via phpMyAdmin.- Don't forget to delete the _cache/config/config.php afterwards, e.g.
{{admincache}}
- Don't forget to delete the _cache/config/config.php afterwards, e.g.
- the new Admin panel
- for that you must define the
recovery_passwordin the config file first, then call yourwiki/admin.php
- for that you must define the