NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 04:34:53 +0000 (12:34 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 04:34:53 +0000 (12:34 +0800)
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();