|
@@ -12,7 +12,7 @@ class My extends Core
|
|
|
$where['email'] = '2934170@qq.com';
|
|
|
$code = Dever::load('passport/reg')->code(false, false);
|
|
|
$email = base64_encode($where['email']);
|
|
|
- Dever::daemon('lib/email.renzheng?aid='.$this->uid.'&email=' . $email . '&code=' . $code . '&username=' . $this->user['name'], 'option');
|
|
|
+ return Dever::load('option/lib/email.renzheng?aid='.$this->uid.'&email=' . $email . '&code=' . $code . '&username=' . $this->user['name']);
|
|
|
}
|
|
|
|
|
|
|