Pman.js
[Pman.Core] / NotifySmtpCheck.php
index 47b2a7c..7a2670a 100644 (file)
@@ -1,11 +1,16 @@
 <?php
 
 require_once 'Pman.php';
-require_once "Mail.php";
-require_once 'Mail/smtpmx.php';
+
         
 class Pman_Core_NotifySmtpCheck extends Pman
 {
+    function __construct()
+    {
+        require_once "Mail.php";
+        require_once 'Mail/smtpmx.php';
+    }
+    
     function get($v, $opts=array())
     {
         $this->check();