Commit 96b36bab05e5ac2a933a48ccb06d081a434f6881

Authored by Administrator
1 parent 44fa674b

add local config

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/app/frontend/controllers/CustomerController.php
... ... @@ -30,8 +30,10 @@ class CustomerController extends \controllers\ControllerBase
30 30 // OK
31 31 // redirect
32 32 if($this->session->get('special_users_id') != null) {
  33 + die('here1');
33 34 return $this->response->redirect(['for' => 'personal_data', 'language' => $this->lang_name]);
34 35 }
  36 + die('here2');
35 37 return $this->response->redirect(['for' => 'cabinet', 'language' => $this->lang_name]);
36 38  
37 39 break;
... ...