Notify.php
authorEdward <edward@roojs.com>
Fri, 7 Feb 2014 09:55:40 +0000 (17:55 +0800)
committerEdward <edward@roojs.com>
Fri, 7 Feb 2014 09:55:40 +0000 (17:55 +0800)
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";