mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-08 04:50:55 +00:00
Remove remaining references to $c->local_tzid (fixes #35)
This commit is contained in:
parent
93ea4e47f6
commit
0901fd2756
@ -392,12 +392,6 @@ $c->admin_email ='calendar-admin@example.com';
|
||||
*/
|
||||
// $c->domain_name;
|
||||
|
||||
/**
|
||||
* Used as a fallback for the TZID of an event where one is not supplied as part
|
||||
* of a VEVENT. The local (server) time zone will be used as a default.
|
||||
*/
|
||||
// $c->local_tzid;
|
||||
|
||||
/**
|
||||
* Many people want this, but it may be a security issue for you, so it is
|
||||
* disabled by default. If you enable it, then confidential / private events
|
||||
|
||||
@ -87,7 +87,6 @@ $c->enable_row_linking = true;
|
||||
$c->enable_scheduling = false;
|
||||
$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->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?
|
||||
$c->default_locale = 'en';
|
||||
$c->locale_path = '../locale';
|
||||
$c->base_url = preg_replace('#/[^/]+\.php.*$#', '', $_SERVER['SCRIPT_NAME']);
|
||||
|
||||
@ -87,7 +87,6 @@ $c->enable_row_linking = true;
|
||||
$c->enable_scheduling = false;
|
||||
$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->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?
|
||||
$c->default_locale = 'en';
|
||||
$c->locale_path = '../locale';
|
||||
$c->base_url = preg_replace('#/[^/]+\.php.*$#', '', $_SERVER['SCRIPT_NAME']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user