mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-15 08:20:12 +00:00
Default behaviour is that collections always exist.
This commit is contained in:
parent
85234b5072
commit
b7a037f0d8
@ -17,6 +17,7 @@ $c->domain_name = $_SERVER['SERVER_NAME'];
|
||||
$c->images = "/images";
|
||||
$c->save_time_zone_defs = 1;
|
||||
$c->stylesheets = array( "/rscds.css" );
|
||||
$c->collections_always_exist = true;
|
||||
|
||||
// Kind of private configuration values
|
||||
$c->total_query_time = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user