Commit e73789a3 by doszhang

dos

parent e8c78fd1
......@@ -11,7 +11,7 @@ class AdminController extends Controller {
}
public function __construct()
{
// parent::__construct();
parent::__construct();
// $admin_id = session('admin_id');
// $admin_name = session('admin_name');
// $admin_info = M('Manager')->where(array('id' => $admin_id))->select();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment