From eb41c893c7c65644e08e16d3763e38eb5fe12583 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 7 Feb 2014 18:08:45 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2