This commit is contained in:
gnieark 2015-12-04 23:20:54 +01:00
parent 52a52dd19e
commit 692c1b72d1

View File

@ -61,8 +61,6 @@ switch($_POST['act']){
include (__DIR__."/config.php");
require_once (__DIR__."/class.phpmailer.php");
$mail = new PHPMailer;
$mail->isSMTP();
$mail->SMTPDebug = 2;