From: edward Date: Thu, 14 Jul 2016 05:19:08 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=fab797845c4c898fba564245e736170e8c8013c7 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index ce350db3..a7bddbb3 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -30,6 +30,7 @@ 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]");