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

index 0f258d1..5398143 100644 (file)
@@ -6,16 +6,6 @@ require_once 'Mail/smtpmx.php';
         
 class Pman_Core_NotifySmtpCheck extends Pman
 {
-    static $cli_desc = "Check SMTP";
-    static $cli_opts = array();
-        
-    function get()
-    {
-        $this->check();
-        
-    }
-    
     function check()
     {
         $ff = HTML_FlexyFramework::get();