From 18e6c873f5375c12b95f7f992c77df134ba0d803 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 3 Jun 2014 14:03:43 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index f4e9551e..432eb366 100644 --- a/Notify.php +++ b/Notify.php @@ -311,7 +311,7 @@ class Pman_Core_Notify extends Pman $app .= ' --sent-to='.escapeshellarg($this->send_to); } $cmd = 'exec ' . $php . ' ' . $app . ' ' . $cmdOpts; //. ' &'; - + print_r($cmd);exit; $pipe = array(); $this->logecho("call proc_open $cmd"); -- 2.39.2