Преглед на файлове

-fix for Bug 112604
-$sendmailPath was being written by conf.pl while $sendmail_path was being referenced by src/smtp.php

gpadgham преди 25 години
родител
ревизия
6c8250c94b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

@@ -1430,7 +1430,7 @@ sub save_data {
    print FILE "\t\$useSendmail          =  $useSendmail;\n";
    print FILE "\t\$useSendmail          =  $useSendmail;\n";
    print FILE "\t\$smtpServerAddress    = \"$smtpServerAddress\";\n";
    print FILE "\t\$smtpServerAddress    = \"$smtpServerAddress\";\n";
    print FILE "\t\$smtpPort             =  $smtpPort;\n";
    print FILE "\t\$smtpPort             =  $smtpPort;\n";
-   print FILE "\t\$sendmailPath         = \"$sendmail_path\";\n";
+   print FILE "\t\$sendmail_path         = \"$sendmail_path\";\n";
    print FILE "\t\$imap_server_type     = \"$imap_server_type\";\n";
    print FILE "\t\$imap_server_type     = \"$imap_server_type\";\n";
    
    
    print FILE "\n";
    print FILE "\n";