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);