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 --- config-user.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index d7149778d..950bef045 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -1,5 +1,8 @@ 'en', 'old_entries' => 3, -- cgit v1.2.3