From 39ab8287883728b1f8da9b8f14b16156d4f373f8 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 7 Aug 2023 13:36:36 +0700 Subject: [PATCH] Update common.php --- common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.php b/common.php index 8dba4191..cccb36e1 100644 --- a/common.php +++ b/common.php @@ -25,12 +25,12 @@ if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; } -// Get initial config -require(BB_ROOT . 'library/config.php'); - // Load polyfills require(BB_ROOT . 'library/includes/polyfills.php'); +// Get initial config +require(BB_ROOT . 'library/config.php'); + // Load Zend Framework use Zend\Loader\StandardAutoloader; require(BB_ROOT . 'library/Zend/Loader/StandardAutoloader.php');