Skip to content

Commit

Permalink
Add tsugi-settings stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Aug 26, 2020
1 parent a77e1c7 commit a356f32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config-dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,14 @@ function __the_end(){
}
}


if ( isset($CFG->apphome) && $CFG->apphome ) {
$tsugi_settings = $CFG->dirroot."/../tsugi_settings.php";
if ( file_exists($tsugi_settings) ) {
require_once $tsugi_settings;
}
}

// The vendor include and root - generally leave these alone
// unless you have a very custom checkout
$CFG->vendorroot = $CFG->wwwroot."/vendor/tsugi/lib/util";
Expand Down

0 comments on commit a356f32

Please sign in to comment.