Browse Source

Added $onetimepad to the list of globals.

Tyler Akins 24 năm trước cách đây
mục cha
commit
061840f78d
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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));