From ad5bf8c300a47a8682766ed94a11ae7d435af8a5 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 22 Jan 2015 16:36:47 +0800 Subject: [PATCH] Notify.php --- Notify.php | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2