From 8cccf341a4c3b61403724ad30162f4ababbff06e Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 7 Feb 2014 17:55:40 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 95a60312..a91e3f9e 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