NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 03:14:10 +0000 (11:14 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 03:14:10 +0000 (11:14 +0800)
NotifySmtpCheck.php

index d7823e0..96b016c 100644 (file)
@@ -4,21 +4,9 @@ require_once 'Pman.php';
 
 class Pman_Core_NotifySmtpCheck extends Pman
 {
-    function getAuth() 
+    function check()
     {
         $ff = HTML_FlexyFramework::get();
-        if (!empty($ff->cli)) {
-            $this->cli = true;
-            return true;
-        }
-        
-        return false;
-        
-    }
-     
-    function get($args, $opts)
-    {
-        
     }
     
 }
\ No newline at end of file