* adjust lang for no fsocket.

This commit is contained in:
wangyidong
2014-08-05 02:13:41 +00:00
parent 106b29497d
commit c8a1e58aae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ $lang->mail->content = 'If you can see this, the email notification featu
$lang->mail->successSended = 'Successfully sended!';
$lang->mail->sendmailTips = 'Tips: system will not send mail to current user.';
$lang->mail->needConfigure = "I can not find the configuration, please configure it first.";
$lang->mail->nofsocket = 'The fsocket correlation function is disabled, not letter!';
$lang->mail->nofsocket = 'The fsocket correlation function is disabled, not letter! Please enlarge the setting of allow_url_fopen to On in php.ini and open the extension of openssl. Restart apace.';
+1 -1
View File
@@ -42,4 +42,4 @@ $lang->mail->content = '邮箱设置成功';
$lang->mail->successSended = '成功发送!';
$lang->mail->sendmailTips = '提示:系统不会为当前操作者发信。';
$lang->mail->needConfigure = '无法找到邮件配置信息,请先配置邮件发送参数。';
$lang->mail->nofsocket = 'fsocket相关函数被禁用,不能发信!';
$lang->mail->nofsocket = 'fsocket相关函数被禁用,不能发信!请在php.ini中修改allow_url_fopen为On,打开openssl扩展。 保存并重新启动apache。';