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

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