Notify.php
authorEdward <edward@roojs.com>
Thu, 22 Jan 2015 08:36:47 +0000 (16:36 +0800)
committerEdward <edward@roojs.com>
Thu, 22 Jan 2015 08:36:47 +0000 (16:36 +0800)
Notify.php

index b240981..4ebde1f 100644 (file)
@@ -322,6 +322,7 @@ class Pman_Core_Notify extends Pman
         }
         $cmd = 'exec ' . $php . ' ' . $app . ' ' . $cmdOpts; //. ' &';
         
+        print_R($cmd);exit;
        
         $pipe = array();
         $this->logecho("call proc_open $cmd");