0d64182c by yangjianbin

init

1 parent 9379970d
...@@ -22,8 +22,8 @@ class CheckLogin ...@@ -22,8 +22,8 @@ class CheckLogin
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;
27 } 27 }
28 } 28 }
29 29
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!