Commit 13d168ad by 冷斌

fix bug

parent 63d37bf6
...@@ -447,7 +447,6 @@ class PassportAction extends CommonAction ...@@ -447,7 +447,6 @@ class PassportAction extends CommonAction
*/ */
public function reg() public function reg()
{ {
echo 1; die;
if ($this->mid) { if ($this->mid) {
header("Location: " . U('classroom/Index/index')); header("Location: " . U('classroom/Index/index'));
} }
......
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