Browse Source

Added $onetimepad to the list of globals.

Tyler Akins 24 years ago
parent
commit
061840f78d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      functions/smtp.php

+ 3 - 2
functions/smtp.php

@@ -360,8 +360,9 @@
    }
    }
 
 
    function sendSMTP($t, $c, $b, $subject, $body, $more_headers) {
    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));
       $to = expandAddrs(parseAddrs($t));
       $cc = expandAddrs(parseAddrs($c));
       $cc = expandAddrs(parseAddrs($c));