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