From: edward Date: Thu, 14 Jul 2016 07:40:43 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=49ca188e63394d24707569dd71b5d02b930f1be7 NotifySmtpCheck.php --- 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();