Notify.php
[Pman.Core] / Notify.php
index f4e9551..63e3487 100644 (file)
@@ -312,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");