From 6a22490412262026646e7c4206931e40a0217ef6 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:34:33 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index b155550d..8f416757 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -6,6 +6,10 @@ require_once 'Mail/smtpmx.php'; class Pman_Core_NotifySmtpCheck extends Pman { + static $cli_desc = "Check SMTP"; + + static $cli_opts = array(); + function check() { $ff = HTML_FlexyFramework::get(); -- 2.39.2