Resolve "Remove all use of GLOBALS"
Compare changes
- Stein Magne Bjorklund authored
- During boostrap a few local variables are generated. To allow us to stop using globals we need to update the config objects before attempting to load any modules.
+ 29
− 2
@@ -13,8 +13,18 @@ const LOADSPEAKR_ROOT = __DIR__;
@@ -66,16 +76,33 @@ if ($uri === $conf['basedir']) {