Skip to content

Commit b23fcbe

Browse files
committed
删除测试
1 parent 83e6a1d commit b23fcbe

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Application/Home/Controller/IndexController.class.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,4 @@ public function ajax_comment(){
122122
}
123123
}
124124

125-
// 产生一个登陆状态的用户用以测试
126-
public function test_login(){
127-
echo 'error';
128-
die;
129-
$_SESSION['user']=array(
130-
'id'=>1,
131-
'head_img'=>'http://qzapp.qlogo.cn/qzapp/101206152/F16ABCFCE42A66BA9049DA0D95593D19/100',
132-
'nickname'=>'云淡风晴'
133-
);
134-
}
135-
136125
}

0 commit comments

Comments
 (0)