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

index a7bddbb..35aa7b6 100644 (file)
@@ -30,8 +30,9 @@ class Pman_Core_NotifySmtpCheck extends Pman
         $ifconfig = file_get_contents("https://ifconfig.co/");
         $dom = new DomDocument('1.0', 'utf-8');
         $dom->loadHTML($ifconfig);
-        print_R($dom);exit;
+        
         $xpath = new DOMXPath($dom);
+        
         $lists = $xpath->query("code[@class='ip]");