Paranoia sprinkles.

This commit is contained in:
Andrew McMillan 2008-01-24 07:50:08 +13:00
parent 8c786ad934
commit ce649d20d3

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