mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Update settings.php
This commit is contained in:
parent
25ec05010d
commit
a7d8d6afb2
1 changed files with 2 additions and 2 deletions
|
@ -79,10 +79,10 @@ $app['defaults.time_format'] = '24';
|
||||||
* - dmy: dd-mm-YYYY
|
* - dmy: dd-mm-YYYY
|
||||||
* - mdy: mm-dd-YYYY
|
* - mdy: mm-dd-YYYY
|
||||||
*/
|
*/
|
||||||
$app['defaults.date_format'] = 'ymd';
|
$app['defaults.date_format'] = 'dmy';
|
||||||
|
|
||||||
// Default first day of week. Options: 0 (Sunday), 1 (Monday)
|
// Default first day of week. Options: 0 (Sunday), 1 (Monday)
|
||||||
$app['defaults.weekstart'] = 0;
|
$app['defaults.weekstart'] = 1;
|
||||||
|
|
||||||
// Logout redirection. Optional
|
// Logout redirection. Optional
|
||||||
$main_domain = exec('cat /etc/yunohost/current_host');
|
$main_domain = exec('cat /etc/yunohost/current_host');
|
||||||
|
|
Loading…
Add table
Reference in a new issue