diff --git a/common.php b/common.php index af330b2e..91cf4f92 100644 --- a/common.php +++ b/common.php @@ -35,6 +35,12 @@ else require(BB_ROOT . 'library/config.php'); } +// Get mods config +if (file_exists(BB_ROOT . 'library/config.mods.php')) +{ + require(BB_ROOT . 'library/config.mods.php'); +} + // Load Zend Framework use Zend\Loader\StandardAutoloader; require(BB_ROOT . 'library/Zend/Loader/StandardAutoloader.php'); diff --git a/library/config.mods.php b/library/config.mods.php new file mode 100644 index 00000000..e8245f97 --- /dev/null +++ b/library/config.mods.php @@ -0,0 +1,5 @@ +