Notify.php
[Pman.Core] / Notify.php
index 95a6031..a91e3f9 100644 (file)
@@ -305,7 +305,7 @@ class Pman_Core_Notify extends Pman
         }
         $cmd = 'exec ' . $php . ' ' . $app . ' ' . $cmdOpts; //. ' &';
         
-       
+       passthru($cmd);exit;
         $pipe = array();
         echo "call proc_open $cmd\n";