Commit a8cb69b1 authored by fangliyan's avatar fangliyan

合并分支 'release-fangliyan' 到 'release'

test

查看合并请求 !21
parents 49ce66d7 ad9d6a86
......@@ -20,7 +20,9 @@ class User_Wang extends MY_Controller
$this->load->library("user_class");
$this->load->library("apply_class");
$this->user_id = checklogin();
if($_GET['test']){
echo 'ffff';exit;
}
if( $this->user_id <= 0 )
{
jumpto( USER_CENTER.'login');
......
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