mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-01 01:23:35 +00:00
We should use 'true' rather than '1' for readability.
This commit is contained in:
parent
b90381b4fa
commit
bdd200633f
@ -15,7 +15,7 @@ $c->admin_email = 'andrew@catalyst.net.nz';
|
||||
$c->system_name = "Really Simple CalDAV Store";
|
||||
$c->domain_name = $_SERVER['SERVER_NAME'];
|
||||
$c->images = "/images";
|
||||
$c->save_time_zone_defs = 1;
|
||||
$c->save_time_zone_defs = true;
|
||||
$c->stylesheets = array( "/rscds.css" );
|
||||
$c->collections_always_exist = true;
|
||||
$c->enable_row_linking = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user