From 96b36bab05e5ac2a933a48ccb06d081a434f6881 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 12 Jan 2017 12:26:33 +0200 Subject: [PATCH] add local config --- src/app/frontend/controllers/CustomerController.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/app/frontend/controllers/CustomerController.php b/src/app/frontend/controllers/CustomerController.php index c9d64f8..b6d99e7 100644 --- a/src/app/frontend/controllers/CustomerController.php +++ b/src/app/frontend/controllers/CustomerController.php @@ -30,8 +30,10 @@ class CustomerController extends \controllers\ControllerBase // OK // redirect if($this->session->get('special_users_id') != null) { + die('here1'); return $this->response->redirect(['for' => 'personal_data', 'language' => $this->lang_name]); } + die('here2'); return $this->response->redirect(['for' => 'cabinet', 'language' => $this->lang_name]); break; -- libgit2 0.21.4