Notify.php
[Pman.Core] / Notify.php
index 63e3487..b45f862 100644 (file)
@@ -195,7 +195,7 @@ class Pman_Core_Notify extends Pman
         
         
         $ar = $w->fetchAll();
-        
+        print_r($ar);exit;
         if (!empty($opts['list'])) {
             if (empty($ar)) {
                 die("Nothing in Queue\n");
@@ -312,7 +312,7 @@ class Pman_Core_Notify extends Pman
         }
         $cmd = 'exec ' . $php . ' ' . $app . ' ' . $cmdOpts; //. ' &';
         
-        print_r($cmd);exit;
+       
         $pipe = array();
         $this->logecho("call proc_open $cmd");