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.
+ 17
− 2
@@ -15,7 +15,7 @@ require_once __DIR__ . '/common.inc.php';
@@ -70,16 +70,31 @@ if ($uri === $conf['basedir']) {