mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
Don't deault the admin e-mail address to a real one!
This commit is contained in:
parent
655bb12d3d
commit
8fb6bcd1e7
@ -11,7 +11,7 @@ unset($c);
|
||||
|
||||
// Default some of the configurable values
|
||||
$c->sysabbr = 'davical';
|
||||
$c->admin_email = 'andrew@catalyst.net.nz';
|
||||
$c->admin_email = 'admin@davical.example.com';
|
||||
$c->system_name = "DAViCal CalDAV Server";
|
||||
$c->domain_name = $_SERVER['SERVER_NAME'];
|
||||
$c->save_time_zone_defs = true;
|
||||
|
||||
@ -11,7 +11,7 @@ unset($c);
|
||||
|
||||
// Default some of the configurable values
|
||||
$c->sysabbr = 'davical';
|
||||
$c->admin_email = 'andrew@catalyst.net.nz';
|
||||
$c->admin_email = 'admin@davical.example.com';
|
||||
$c->system_name = "DAViCal CalDAV Server";
|
||||
$c->domain_name = $_SERVER['SERVER_NAME'];
|
||||
$c->save_time_zone_defs = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user