From: Edward Date: Tue, 3 Jun 2014 06:06:41 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8cebddc753fec8db5b6948cb046dfced5308fb45 Notify.php --- diff --git a/Notify.php b/Notify.php index 432eb366..f4e9551e 100644 --- a/Notify.php +++ b/Notify.php @@ -311,7 +311,7 @@ class Pman_Core_Notify extends Pman $app .= ' --sent-to='.escapeshellarg($this->send_to); } $cmd = 'exec ' . $php . ' ' . $app . ' ' . $cmdOpts; //. ' &'; - print_r($cmd);exit; + $pipe = array(); $this->logecho("call proc_open $cmd");