promo update

This commit is contained in:
CHIEFSOFT\ameye
2024-11-25 10:09:59 -05:00
parent 99dad93b05
commit 85be70cb7d
2 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ abstract class BaseController extends Controller
// Preload any models, libraries, etc, here.
// E.g.: $this->session = \Config\Services::session();
//$this->session = \Config\Services::session();
$this->session = service('session');
$this->session = \Config\Services::session();
// $this->session = service('session');
$httpHost = $_SERVER['HTTP_HOST'];
if ( $httpHost == 'https://promo.wrenchboard.com' || $httpHost == 'promo.wrenchboard.com' ){