Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 26 Mar 2014 06:01:37 +0000 (14:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Mar 2014 06:01:37 +0000 (14:01 +0800)
Notify.php

index c652c88..072f205 100644 (file)
@@ -431,7 +431,8 @@ class Pman_Core_Notify extends Pman
 
     function output()
     {
-        die("Done\n");
+        $this->logecho("DONE");
+        exit;
     }
     function logecho($str)
     {