a3fd6323 by yangjianbin

init

1 parent d2018c59
......@@ -15,6 +15,7 @@ class CheckLogin
$session = $this->CI->session;
if (!$session->products) {
$session->products = getProduct();
var_dump($session->products);
}
/*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!