114dae5e by yangjianbin

init

1 parent 41e3a899
......@@ -20,7 +20,7 @@ class CheckLogin
return;
}
}*/
if (preg_match("/work/config/data/finance/loan/perm/tool/user/i", uri_string())) {
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!