0d64182c by yangjianbin

init

1 parent 9379970d
......@@ -22,8 +22,8 @@ class CheckLogin
}*/
if (preg_match("/work|config|data|finance|loan|perm|tool|user/i", uri_string())) {
if (!$session->islogin) {
// redirect('login');
// return;
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!