diff options
| author | 2019-09-16 21:18:42 +0200 | |
|---|---|---|
| committer | 2019-09-16 21:18:42 +0200 | |
| commit | 80590daeb3627e5712be15fdc4bd98f0e2c40ea5 (patch) | |
| tree | d0e0b908ce31e0ab7d993e8326d257289b2a3133 /data | |
| parent | c76a318193cda63064625b2d92c719b7150d7d64 (diff) | |
Configure user defaults (#2490)
* new users inherit defaults from config-user.php
* installer creates ./data/config-user.php
* fixed typo
* .gitignore fix
* fixed style issues
* Fixed comments
* Update according to feedback
- rename file into `data/config-user.custom.php`
- make it optional (and so, don't copy it during installation)
* fixup! Update according to feedback
Diffstat (limited to 'data')
| -rw-r--r-- | data/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/.gitignore b/data/.gitignore index 0410f3797..1d2d8db89 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,6 +1,7 @@ .htpasswd config.php config.php.bak.php +config-user.custom.php force-https.txt last_update.txt no-cache.txt |
