From a98f2b81bab95cde77a3ab6d163d9d1709ca0683 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:33:41 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 695649b0..ba7aae89 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -64,10 +64,10 @@ class Pman_Core_NotifySmtpCheck extends Pman $error[] = "{$server} - Cound not login"; continue; } - } - } + + pritn_R($error);exit; } function getHelo() -- 2.39.2