From f24dcb87cdbc670a2e25cca56359601c32d84b3d Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 3 Jun 2014 14:01:03 +0800 Subject: [PATCH] Notify.php --- Notify.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Notify.php b/Notify.php index db5bc75a..f4e9551e 100644 --- a/Notify.php +++ b/Notify.php @@ -122,7 +122,6 @@ class Pman_Core_Notify extends Pman function get($r,$opts) { - print_r($r);exit; if ($opts['debug']) { DB_DataObject::debugLevel($opts['debug']); print_r($opts); @@ -313,7 +312,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