1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 08:19:15 +00:00

move phpmailer to lib/

This commit is contained in:
Andrew Dolgov
2009-01-22 14:28:15 +01:00
parent b6775838b9
commit d134e3a313
7 changed files with 10 additions and 13 deletions

View File

@@ -283,7 +283,7 @@
print_notice(T_sprintf("Changed password of user <b>%s</b>
to <b>%s</b>", $login, $tmp_user_pwd));
if (MAIL_RESET_PASS && $email) {
if ($email) {
print_notice(T_sprintf("Notifying <b>%s</b>.", $email));
require_once "MiniTemplator.class.php";
@@ -303,8 +303,8 @@
$mail = new PHPMailer();
$mail->PluginDir = "phpmailer/";
$mail->SetLanguage("en", "phpmailer/language/");
$mail->PluginDir = "lib/phpmailer/";
$mail->SetLanguage("en", "lib/phpmailer/language/");
$mail->CharSet = "UTF-8";