From 8ca2e03cebfbaa4f1468e5d8d8bf71d81bc26e4e Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:25:59 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 1b379367..71dab838 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -45,7 +45,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $e = `$cmd`; - print_R($e);exit; + $helo = array_pop(explode(' ', $e)); $error = array(); -- 2.39.2