From: Edward Date: Thu, 22 Jan 2015 08:36:47 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ad5bf8c300a47a8682766ed94a11ae7d435af8a5 Notify.php --- diff --git a/Notify.php b/Notify.php index b2409811..4ebde1fe 100644 --- a/Notify.php +++ b/Notify.php @@ -322,6 +322,7 @@ class Pman_Core_Notify extends Pman } $cmd = 'exec ' . $php . ' ' . $app . ' ' . $cmdOpts; //. ' &'; + print_R($cmd);exit; $pipe = array(); $this->logecho("call proc_open $cmd");