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