Explorar o código

Added $key to globals
Patch from garion at garion.mnbsyr.com

Tyler Akins %!s(int64=24) %!d(string=hai) anos
pai
achega
75ef4aa60c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

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