From e559a3483a9cd831d51cef00df02de15d913d760 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:24:22 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 6333af5e..bd6fa46c 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -39,9 +39,9 @@ class Pman_Core_NotifySmtpCheck extends Pman return; } - print_R($element->item(0));exit; + $ip = $element->item(0)->nodeValue; - print_R($lists);exit; + print_R($ip);exit; $error = array(); -- 2.39.2