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

index 46f1666..81bd12f 100644 (file)
@@ -67,7 +67,7 @@ class Pman_Core_Notify extends Pman
     
     function run($id)
     {
-        phpinfo();exit;
+       // phpinfo();exit;
         $tn = tempnam(ini_get('session.save_path'),'stdout') . '.stdout';
         $descriptorspec = array(
             0 => array("pipe", 'r'),  // stdin is a pipe that the child will read from