From: Edward Date: Fri, 7 Feb 2014 10:08:45 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=eb41c893c7c65644e08e16d3763e38eb5fe12583 Notify.php --- diff --git a/Notify.php b/Notify.php index a91e3f9e..95a60312 100644 --- a/Notify.php +++ b/Notify.php @@ -305,7 +305,7 @@ class Pman_Core_Notify extends Pman } $cmd = 'exec ' . $php . ' ' . $app . ' ' . $cmdOpts; //. ' &'; - passthru($cmd);exit; + $pipe = array(); echo "call proc_open $cmd\n";