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