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

index 29ddab1..241e281 100644 (file)
@@ -54,7 +54,8 @@ class Pman_Core_NotifySmtpCheck extends Pman
         }
         
         if(!empty($error)){
-            die($error);
+            print_r($error);
+            exit;
         }
         
         return;