From 49ca188e63394d24707569dd71b5d02b930f1be7 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 15:40:43 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index fda61bbf..142825b7 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -6,6 +6,11 @@ require_once 'Mail/smtpmx.php'; class Pman_Core_NotifySmtpCheck extends Pman { + function get() + { + $this->check(); + } + function check() { $ff = HTML_FlexyFramework::get(); -- 2.39.2