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

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