|
@@ -212,7 +212,7 @@ class Login extends Auth
|
|
public function getloginset(){
|
|
public function getloginset(){
|
|
$info= [
|
|
$info= [
|
|
'service_agreement'=>htmlspecialchars_decode(sysconf('user_login.service_agreement')),
|
|
'service_agreement'=>htmlspecialchars_decode(sysconf('user_login.service_agreement')),
|
|
- 'protection_policy'=>htmlspecialchars_decode(sysconf('user_login.protection_policy')),
|
|
|
|
|
|
+ 'protection_policy'=>htmlspecialchars_decode(sysconf('user.privacy_policy')),
|
|
];
|
|
];
|
|
$this->success('成功',$info);
|
|
$this->success('成功',$info);
|
|
}
|
|
}
|