Notify.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 07:56:12 +0000 (15:56 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 07:56:12 +0000 (15:56 +0800)
Notify.php

index 45fc71a..e62bc6a 100644 (file)
@@ -95,7 +95,7 @@ class Pman_Core_Notify extends Pman
                 continue;
             }
             echo $p['cmd'] . " : " . file_get_contents($p['out']);
-            unlink($p['out']);
+            //unlink($p['out']);
         }
         $this->pool = $pool;
         if (count($pool) < 10) {