1
0
Fork 0
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:
ericgaspar 2022-05-01 11:32:23 +02:00
parent 25ec05010d
commit a7d8d6afb2

View file

@ -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');