Notify.php
authorEdward <edward@roojs.com>
Tue, 3 Jun 2014 05:59:01 +0000 (13:59 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Jun 2014 05:59:01 +0000 (13:59 +0800)
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");