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