mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 15:57:11 +00:00
move phpmailer to lib/
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
require_once 'errors.php';
|
||||
require_once 'version.php';
|
||||
|
||||
require_once 'phpmailer/class.phpmailer.php';
|
||||
require_once 'lib/phpmailer/class.phpmailer.php';
|
||||
|
||||
define('MAGPIE_USER_AGENT_EXT', ' (Tiny Tiny RSS/' . VERSION . ')');
|
||||
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
|
||||
@@ -3618,8 +3618,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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user