NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 05:22:27 +0000 (13:22 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 05:22:27 +0000 (13:22 +0800)
NotifySmtpCheck.php

index ea1fd3c..f818c7b 100644 (file)
@@ -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;