mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Added warning for special characters in docs and template (#5402)
This commit is contained in:
parent
346790cbbc
commit
5790a0c58a
2 changed files with 10 additions and 9 deletions
|
@ -8,6 +8,7 @@ Database config values overwrite the same file config values.
|
|||
|
||||
## File configuration
|
||||
|
||||
WARNING: some characters `?{}|&~![()^"` should not be used in the keys or values. If one of those character is required put the value between double quotes (eg. password = "let&me&in")
|
||||
The configuration format for file configuration is an INI string returned from a PHP file.
|
||||
This prevents your webserver from displaying your private configuration it interprets the configuration files and displays nothing.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue