From: edward Date: Thu, 14 Jul 2016 05:25:59 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8ca2e03cebfbaa4f1468e5d8d8bf71d81bc26e4e NotifySmtpCheck.php --- 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();