NotifySmtpCheck.php
[Pman.Core] / NotifySmtpCheck.php
index 8f41675..f6af184 100644 (file)
@@ -10,6 +10,12 @@ class Pman_Core_NotifySmtpCheck extends Pman
  
     static $cli_opts = array();
         
+    function get()
+    {
+        $this->check();
+        
+    }
+    
     function check()
     {
         $ff = HTML_FlexyFramework::get();