From 5f33612be2ddd801fdfcb722753ec62837153ea5 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:40:29 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 0f258d10..53981436 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -6,16 +6,6 @@ require_once 'Mail/smtpmx.php'; class Pman_Core_NotifySmtpCheck extends Pman { - static $cli_desc = "Check SMTP"; - - static $cli_opts = array(); - - function get() - { - $this->check(); - - } - function check() { $ff = HTML_FlexyFramework::get(); -- 2.39.2