From: edward Date: Thu, 14 Jul 2016 04:34:53 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0f0aba9a3c70944d4884221181646718e9cd02ce NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 8f416757..f6af184a 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -10,6 +10,12 @@ class Pman_Core_NotifySmtpCheck extends Pman static $cli_opts = array(); + function get() + { + $this->check(); + + } + function check() { $ff = HTML_FlexyFramework::get();