From 010810fb406ce01b517400683ef86cc18da6e289 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:50:28 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 53981436..666197a6 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -10,13 +10,6 @@ class Pman_Core_NotifySmtpCheck extends Pman { $ff = HTML_FlexyFramework::get(); - if( - empty($ff->Core_Notify) || - empty($ff->Core_Notify['routes']) - ){ - return; - } - $helo = $this->getHelo(); $error = array(); -- 2.39.2