From a42ec857207b3c76cef7b2db5ce6a31e147d7f25 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:52:51 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 29ddab12..241e2818 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -54,7 +54,8 @@ class Pman_Core_NotifySmtpCheck extends Pman } if(!empty($error)){ - die($error); + print_r($error); + exit; } return; -- 2.39.2