mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Paranoia sprinkles.
This commit is contained in:
parent
8c786ad934
commit
ce649d20d3
@ -9,6 +9,9 @@
|
|||||||
// Ensure the configuration starts out as an empty object.
|
// Ensure the configuration starts out as an empty object.
|
||||||
unset($c);
|
unset($c);
|
||||||
|
|
||||||
|
// Ditto for a few other global things
|
||||||
|
unset($session); unset($request); unset($dbconn);
|
||||||
|
|
||||||
// Default some of the configurable values
|
// Default some of the configurable values
|
||||||
$c->sysabbr = 'davical';
|
$c->sysabbr = 'davical';
|
||||||
$c->admin_email = 'admin@davical.example.com';
|
$c->admin_email = 'admin@davical.example.com';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user