X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Notify.php;h=63e3487f3ee4e9f32d9fcb4bdf55f87182ed2911;hp=f4e9551e64e36133dfe04ce72e138bc2afb48884;hb=dd97e32be85684087c7f519d5023a6db013bf217;hpb=48545b19654c03af3c7d03b1fb98e5b00e12a215 diff --git a/Notify.php b/Notify.php index f4e9551e..63e3487f 100644 --- a/Notify.php +++ b/Notify.php @@ -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");