NotifySmtpCheck.php
[Pman.Core] / 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();