41e3a899 by yangjianbin

init

1 parent aebcd4f8
......@@ -20,8 +20,8 @@ class CheckLogin
return;
}
}*/
if (preg_match('/work/config/data/finance/loan/perm/tool/user/i', uri_string())) {
if (!$this->CI->session->islogin) {
if (preg_match("/work/config/data/finance/loan/perm/tool/user/i", uri_string())) {
if (!$session->islogin) {
redirect('login');
return;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!