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

index 1b37936..71dab83 100644 (file)
@@ -45,7 +45,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
         
         $e = `$cmd`;
         
-        print_R($e);exit;
+        $helo = array_pop(explode(' ', $e));
         
         $error = array();