601b69ab by yangjianbin

init

1 parent 897e949f
......@@ -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!