Commit ad9d6a86 authored by fangliyan's avatar fangliyan

test

parent 351eadb1
...@@ -20,7 +20,9 @@ class User_Wang extends MY_Controller ...@@ -20,7 +20,9 @@ class User_Wang extends MY_Controller
$this->load->library("user_class"); $this->load->library("user_class");
$this->load->library("apply_class"); $this->load->library("apply_class");
$this->user_id = checklogin(); $this->user_id = checklogin();
if($_GET['test']){
echo 'ffff';exit;
}
if( $this->user_id <= 0 ) if( $this->user_id <= 0 )
{ {
jumpto( USER_CENTER.'login'); 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