Notify.php
authorEdward <edward@roojs.com>
Tue, 3 Jun 2014 06:06:41 +0000 (14:06 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Jun 2014 06:06:41 +0000 (14:06 +0800)
Notify.php

index 432eb36..f4e9551 100644 (file)
@@ -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");