mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
oops forgot to include the last change here as well.
This commit is contained in:
parent
d5ed5acff3
commit
369f50f281
@ -39,6 +39,7 @@ $c->permission_scan_depth = 2;
|
|||||||
$c->expand_pdo_parameters = true;
|
$c->expand_pdo_parameters = true;
|
||||||
$c->home_calendar_name = 'home';
|
$c->home_calendar_name = 'home';
|
||||||
$c->enable_row_linking = true;
|
$c->enable_row_linking = true;
|
||||||
|
$c->enable_scheduling = false;
|
||||||
$c->http_auth_mode = 'Basic';
|
$c->http_auth_mode = 'Basic';
|
||||||
// $c->default_locale = array('es_MX', 'es_AR', 'es', 'pt'); // An array of locales to try, or just a single locale
|
// $c->default_locale = array('es_MX', 'es_AR', 'es', 'pt'); // An array of locales to try, or just a single locale
|
||||||
// $c->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?
|
// $c->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user