From 8dafaa68d1a251016ff21aad2ee23234631b051e Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 11 Aug 2023 14:19:12 +0700 Subject: [PATCH] Update common.php --- common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.php b/common.php index 7937fe31..603ba206 100644 --- a/common.php +++ b/common.php @@ -29,9 +29,9 @@ if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) require_once(BB_ROOT . 'library/config.php'); // Local config -if (is_file(BB_ROOT . '/library/config.local.php')) +if (is_file(BB_ROOT . 'library/config.local.php')) { - require_once(BB_ROOT . '/library/config.local.php'); + require_once(BB_ROOT . 'library/config.local.php'); } // Load Zend Framework