#171 Redo the configuration layer to add a ConfigBuilder and group configuration parts
This commit is contained in:
@ -16,6 +16,8 @@ function loadApp() {
|
||||
|
||||
$loader = loadApp();
|
||||
|
||||
// This will define the path at which to
|
||||
// find the daux processor extensions
|
||||
if ($loader) {
|
||||
$ext = __DIR__ . '/../daux';
|
||||
if (is_dir(getcwd() . "/daux")) {
|
||||
|
Reference in New Issue
Block a user