init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -20,8 +20,8 @@ class CheckLogin | ... | @@ -20,8 +20,8 @@ class CheckLogin |
| 20 | return; | 20 | return; |
| 21 | } | 21 | } |
| 22 | }*/ | 22 | }*/ |
| 23 | if (preg_match('/work/config/data/finance/loan/perm/tool/user/i', uri_string())) { | 23 | if (preg_match("/work/config/data/finance/loan/perm/tool/user/i", uri_string())) { |
| 24 | if (!$this->CI->session->islogin) { | 24 | if (!$session->islogin) { |
| 25 | redirect('login'); | 25 | redirect('login'); |
| 26 | return; | 26 | return; |
| 27 | } | 27 | } | ... | ... |
-
Please register or sign in to post a comment