From d134e3a3130a9bd2417be776e5a3a7f8f2467418 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Jan 2009 14:28:15 +0100 Subject: move phpmailer to lib/ --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index bddee8b17..0d82f817e 100644 --- a/functions.php +++ b/functions.php @@ -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"; -- cgit v1.2.3-54-g00ecf