Notify.php
authorElliott Polk <elliott.polk@thekaroshiworkshop.com>
Thu, 31 May 2012 05:46:32 +0000 (13:46 +0800)
committerElliott Polk <elliott.polk@thekaroshiworkshop.com>
Thu, 31 May 2012 05:46:32 +0000 (13:46 +0800)
Notify.php

index 6f64f8f..b9ef648 100644 (file)
@@ -311,4 +311,8 @@ class Pman_Core_Notify extends Pman
         die("done\n");
     }
 
+    function output() {
+        die("\nDone\n");
+    }
+
 }
\ No newline at end of file