init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -22,8 +22,8 @@ class CheckLogin | ... | @@ -22,8 +22,8 @@ class CheckLogin |
| 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 (!$session->islogin) { | 24 | if (!$session->islogin) { |
| 25 | redirect('login'); | 25 | // redirect('login'); |
| 26 | return; | 26 | // return; |
| 27 | } | 27 | } |
| 28 | } | 28 | } |
| 29 | 29 | ... | ... |
-
Please register or sign in to post a comment