-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Configure user defaults #2490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure user defaults #2490
Changes from all commits
82611c9
cd2cb26
d718fb3
0a9c6c1
98ac881
e4d4f75
05aae90
9617524
909fe7c
5500b28
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,8 @@ | ||
| <?php | ||
|
|
||
| # Do not modify this file, which defines default values, but create a | ||
| # `./data/config-user.custom.php` file instead, containing the keys you want to | ||
| # override. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Footnote: GitHub views are fine up to 131 columns ;-)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's just that I'm using |
||
| return array ( | ||
| 'language' => 'en', | ||
| 'old_entries' => 3, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| .htpasswd | ||
| config.php | ||
| config.php.bak.php | ||
| config-user.custom.php | ||
| force-https.txt | ||
| last_update.txt | ||
| no-cache.txt | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.