typo
authorAlan <alan@roojs.com>
Tue, 16 Apr 2024 03:13:31 +0000 (11:13 +0800)
committerAlan <alan@roojs.com>
Tue, 16 Apr 2024 03:13:31 +0000 (11:13 +0800)
Heartbeat.php

index 3ef9acf..88d4607 100644 (file)
@@ -39,7 +39,7 @@ class Pman_Core_Heartbeat extends Pman
         $cd->find(true);
         $cc = clone($cd);
         if ( (time() - strtotime($cc->display_name)) < 30) {
-            die("OK - HEATBEAT WORKING");
+            die("OK - HEARTBEAT WORKING");
         }
         
         $cd->display_name = date("Y-m-d H:i:s");