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

index 0319575..e4a5371 100644 (file)
@@ -67,7 +67,7 @@ class Pman_Core_Notify extends Pman
     
     function run($id)
     {
-        
+        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