Don't deault the admin e-mail address to a real one!

This commit is contained in:
Andrew McMillan 2007-11-17 22:07:30 +13:00
parent 655bb12d3d
commit 8fb6bcd1e7
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;