Commit 67ff6e60 by 冷斌

fix bug

parent 58e16d97
......@@ -131,7 +131,7 @@ class AuthController extends HomebaseController {
if (!empty($configpri['yy_mobile3'])) {
$mobile[] = $configpri['yy_mobile3'];
}
$m = import(',', $mobile);
$m = implode(',', $mobile);
var_dump($m);
die;
}
......
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