浏览代码

Added $onetimepad to the list of globals.

Tyler Akins 24 年之前
父节点
当前提交
061840f78d
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      functions/smtp.php

+ 3 - 2
functions/smtp.php

@@ -360,8 +360,9 @@
    }
 
    function sendSMTP($t, $c, $b, $subject, $body, $more_headers) {
-      global $username, $popuser, $domain, $version, $smtpServerAddress, $smtpPort,
-         $data_dir, $color, $use_authenticated_smtp, $identity, $key;
+      global $username, $popuser, $domain, $version, $smtpServerAddress, 
+         $smtpPort, $data_dir, $color, $use_authenticated_smtp, $identity, 
+	 $key, $onetimepad;
 
       $to = expandAddrs(parseAddrs($t));
       $cc = expandAddrs(parseAddrs($c));