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

index 668760a..4688f36 100644 (file)
@@ -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){