Browse Source

Do not use functions inside configuration files

Julio Montoya 12 năm trước cách đây
mục cha
commit
65f2f6e45c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/inc/conf/mail.conf.dist.php

+ 1 - 1
main/inc/conf/mail.conf.dist.php

@@ -15,4 +15,4 @@ $platform_email['SMTP_MAILER']       = IS_WINDOWS_OS ? 'smtp' : 'mail'; // mail,
 $platform_email['SMTP_AUTH']         = 0;
 $platform_email['SMTP_USER']         = '';
 $platform_email['SMTP_PASS']         = '';
-$platform_email['SMTP_CHARSET']      = api_get_system_encoding();
+$platform_email['SMTP_CHARSET']      = 'UTF-8';