From 8a0c9279922e23a90d9cb14d24907ceaff9f44bf Mon Sep 17 00:00:00 2001 From: P3ter Date: Sun, 5 Jan 2020 21:59:48 +0100 Subject: [PATCH] phpmailer include removed --- core/admin/prepend.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/admin/prepend.php b/core/admin/prepend.php index 44c742bc9..fd811d190 100644 --- a/core/admin/prepend.php +++ b/core/admin/prepend.php @@ -41,9 +41,6 @@ include_once PLX_CORE.'lib/class.plx.plugins.php'; include_once PLX_CORE.'lib/class.plx.token.php'; include_once PLX_CORE.'lib/class.plx.template.php'; -include_once PLX_CORE.'lib/class.phpmailer.php'; -include_once PLX_CORE.'lib/class.phpmailer.smtp.php'; -include_once PLX_CORE.'lib/class.phpmailer.exception.php'; # Echappement des caractères if($_SERVER['REQUEST_METHOD'] == 'POST') $_POST = plxUtils::unSlash($_POST);