1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 15:54:43 +02:00

Path fixes - e_LOG

This commit is contained in:
CaMer0n
2009-12-27 11:25:19 +00:00
parent e07843c238
commit d450b9dd7d
6 changed files with 22 additions and 22 deletions

View File

@@ -9,9 +9,9 @@
* e107 Main
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/mail.php,v $
* $Revision: 1.20 $
* $Date: 2009-11-20 22:23:02 $
* $Author: e107steved $
* $Revision: 1.21 $
* $Date: 2009-12-27 11:25:18 $
* $Author: e107coders $
*/
/*
@@ -123,7 +123,7 @@ if (!defined('e107_INIT')) { exit; }
require_once(e_HANDLER.'phpmailer/class.phpmailer.php');
// Directory for log (if enabled)
define('MAIL_LOG_PATH',e_FILE.'logs/');
define('MAIL_LOG_PATH',e_LOG);
class e107Email extends PHPMailer
{