From 1ee4c9a7dd2cae309eb9fe19c199b383853c57c1 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sun, 6 Jul 2025 11:59:42 +0700 Subject: [PATCH] deleted session --- author/project/system/controllers/core.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/author/project/system/controllers/core.php b/author/project/system/controllers/core.php index 2f4ffca..2eeed11 100755 --- a/author/project/system/controllers/core.php +++ b/author/project/system/controllers/core.php @@ -7,7 +7,6 @@ namespace ${REPO_OWNER}\${REPO_NAME}\controllers; // Files of the project use ${REPO_OWNER}\${REPO_NAME}\views\templater, ${REPO_OWNER}\${REPO_NAME}\models\core as models, - ${REPO_OWNER}\${REPO_NAME}\models\session, ${REPO_OWNER}\${REPO_NAME}\models\enumerations\language; // Framework for PHP @@ -75,7 +74,7 @@ class core extends controller if (isset($$_SERVER['HTTP_USER_AGENT']) && $$_SERVER['HTTP_USER_AGENT'] === 'nginx-ssl early hints') return status::bruh->label; // Initializing the view template engine instance - $$this->view = new templater($$this->session); + $$this->view = new templater(); // For the extends system parent::__construct(core: $$core);