Commit 5766a033 authored by fangliyan's avatar fangliyan

test

parent ad9d6a86
......@@ -6,7 +6,9 @@ class User_Wang extends MY_Controller
function __construct()
{
parent::__construct();
if($_GET['test']){
echo 'ddddd';exit;
}
$this->load->model("user_model");
$this->load->model("broker_model");
......
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 to comment