From 0f0aba9a3c70944d4884221181646718e9cd02ce Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:34:53 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 6 ++++++ 1 file changed, 6 insertions(+) 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(); -- 2.39.2