mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
Extra COPS parameters
This commit is contained in:
parent
6ad5fbe2a5
commit
37262c1bad
1 changed files with 11 additions and 0 deletions
|
@ -21,3 +21,14 @@
|
|||
* 0 : disable
|
||||
*/
|
||||
$config['cops_use_url_rewriting'] = "0";
|
||||
|
||||
$config['cops_recentbooks_limit'] = '10';
|
||||
|
||||
$config['default_timezone'] = "Europe/London";
|
||||
|
||||
$config['cops_template'] = 'default';
|
||||
|
||||
$config['cops_style'] = 'iphone';
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue