From 33de47d95583bfd9521509023bd3365174efba6a Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 5 Oct 2023 15:44:50 +0800 Subject: [PATCH] more non-pool --- Notify.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 44204c8e..0e2d6a24 100644 --- a/Notify.php +++ b/Notify.php @@ -190,7 +190,8 @@ class Pman_Core_Notify extends Pman $ff = HTML_FlexyFramework::get(); - if (!empty($ff->Core_Notify['servers'])) { + if (!empty($ff->Core_Notify['servers']) && empty($ff->Core_Notify['servers-non-pool'][gethostname()])) { + if (!isset($ff->Core_Notify['servers'][gethostname()])) { $this->jerr("Core_Notify['servers']['" . gethostname() ."'] is not set"); } -- 2.39.2