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