From 9f9e349059107c0fa390873801d13566b9113077 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:22:27 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index ea1fd3c7..f818c7b6 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -33,7 +33,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $xpath = new DOMXPath($dom); - $lists = $xpath->query("//code[@class='ip]"); + $lists = $xpath->query("code[@class='ip']"); print_R($lists);exit; -- 2.39.2