mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Paranoia sprinkles.
This commit is contained in:
parent
bf996862a8
commit
b317369e9c
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user