a3fd6323 by yangjianbin

init

1 parent d2018c59
...@@ -15,6 +15,7 @@ class CheckLogin ...@@ -15,6 +15,7 @@ class CheckLogin
15 $session = $this->CI->session; 15 $session = $this->CI->session;
16 if (!$session->products) { 16 if (!$session->products) {
17 $session->products = getProduct(); 17 $session->products = getProduct();
18 var_dump($session->products);
18 } 19 }
19 20
20 /*if (preg_match("/admin|base/i", uri_string())) { 21 /*if (preg_match("/admin|base/i", uri_string())) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!