NotifySmtpCheck.php
[Pman.Core] / NotifySmtpCheck.php
1 <?php
2
3 require_once 'Pman.php';
4
5 class Pman_Core_NotifySmtpCheck extends Pman
6 {
7     function getAuth() 
8     {
9         $ff = HTML_FlexyFramework::get();
10         if (!empty($ff->cli)) {
11             $this->cli = true;
12             return true;
13         }
14         
15         return false;
16         
17     }
18      
19     function get($args, $opts)
20     {
21         
22     }
23     
24 }