From 3837da5a15db2fbb92f23c68a60a852f8e8c20cf Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:14:57 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 3 +++ 1 file changed, 3 insertions(+) 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){ -- 2.39.2