Commit 96b36bab05e5ac2a933a48ccb06d081a434f6881
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,8 +30,10 @@ class CustomerController extends \controllers\ControllerBase | ||
30 | // OK | 30 | // OK |
31 | // redirect | 31 | // redirect |
32 | if($this->session->get('special_users_id') != null) { | 32 | if($this->session->get('special_users_id') != null) { |
33 | + die('here1'); | ||
33 | return $this->response->redirect(['for' => 'personal_data', 'language' => $this->lang_name]); | 34 | return $this->response->redirect(['for' => 'personal_data', 'language' => $this->lang_name]); |
34 | } | 35 | } |
36 | + die('here2'); | ||
35 | return $this->response->redirect(['for' => 'cabinet', 'language' => $this->lang_name]); | 37 | return $this->response->redirect(['for' => 'cabinet', 'language' => $this->lang_name]); |
36 | 38 | ||
37 | break; | 39 | break; |