Notify.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 14 Feb 2012 06:01:45 +0000 (14:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 14 Feb 2012 06:01:45 +0000 (14:01 +0800)
Notify.php

index a48fd9b..a2f7982 100644 (file)
@@ -196,7 +196,7 @@ class Pman_Core_Notify extends Pman
         if (!empty($this->send_to)) {
             $app .= ' --sent-to='.escapeshellarg($this->send_to);
         }
-        $cmd = $php . ' ' . $app. ' &';
+        $cmd = $php . ' ' . $app; //. ' &';
         
        
         $pipe = array();