Paranoia sprinkles.

This commit is contained in:
Andrew McMillan 2008-01-24 07:50:08 +13:00
parent bf996862a8
commit b317369e9c

View File

@ -9,6 +9,9 @@
// Ensure the configuration starts out as an empty object.
unset($c);
// Ditto for a few other global things
unset($session); unset($request); unset($dbconn);
// Default some of the configurable values
$c->sysabbr = 'davical';
$c->admin_email = 'admin@davical.example.com';