From 805d44cdc7e35c91f7a6e10d79f012c0d3709cdf Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 14:17:08 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 79b02819..e376f692 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -382,7 +382,9 @@ class Pman_Core_NotifySend extends Pman $preferHost = false; foreach ($ff->Core_Notify['routes'] as $server => $settings){ -// if(!in_array($, $haystack)) + if(!in_array($dom, $settings['domains'])){ + + } } } -- 2.39.2