From 757a6e94d9b56f610deedc2af8c4eed0ffbe84a2 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 23 Sep 2023 13:19:07 +0700 Subject: [PATCH] Updated --- common.php | 6 ++++++ library/config.mods.php | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 library/config.mods.php 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 @@ +