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

index f818c7b..83d9fba 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;