NotifySend.php
authorleon <leon@roojs.com>
Tue, 31 Oct 2023 03:31:12 +0000 (11:31 +0800)
committerleon <leon@roojs.com>
Tue, 31 Oct 2023 03:31:12 +0000 (11:31 +0800)
NotifySend.php

index cfd8ac2..c073f0d 100644 (file)
@@ -110,6 +110,10 @@ class Pman_Core_NotifySend extends Pman
              
             $this->errorHandler("already sent - repeat to early\n");
         }
+
+
+
+        die('f');
         
         $this->server = DB_DataObject::Factory('core_notify_server')->getCurrent($this, $force);
         if (!$force &&  $w->server_id != $this->server->id) {