From: edward Date: Thu, 14 Jul 2016 05:14:57 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3837da5a15db2fbb92f23c68a60a852f8e8c20cf NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 668760a4..4688f367 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -27,6 +27,9 @@ class Pman_Core_NotifySmtpCheck extends Pman return; } + $ip = file_get_contents("https://ifconfig.co/"); + print_R($ip);exit; + $error = array(); foreach ($ff->Core_Notify['routes'] as $server => $settings){