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