more non-pool
authorAlan <alan@roojs.com>
Thu, 5 Oct 2023 07:44:50 +0000 (15:44 +0800)
committerAlan <alan@roojs.com>
Thu, 5 Oct 2023 07:44:50 +0000 (15:44 +0800)
Notify.php

index 44204c8..0e2d6a2 100644 (file)
@@ -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");
             }