From: Edward Date: Fri, 7 Feb 2014 09:55:40 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8cccf341a4c3b61403724ad30162f4ababbff06e Notify.php --- 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";