From 77f01b5b4114c4fa82c0f8b9a7cabc2746078583 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:20:53 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index d63dd520..ea1fd3c7 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