From: edward Date: Thu, 14 Jul 2016 05:22:39 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4bc6f0d98a537639d042537465f4344f83777dae NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index f818c7b6..83d9fbaa 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;