From 80590daeb3627e5712be15fdc4bd98f0e2c40ea5 Mon Sep 17 00:00:00 2001 From: Joris Kinable Date: Mon, 16 Sep 2019 21:18:42 +0200 Subject: 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 --- data/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 -- cgit v1.2.3