From: Alan Knowles Date: Mon, 23 Sep 2013 03:52:12 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=80911ef842fb90245a5058548bb6c499599ede58 Notify.php --- diff --git a/Notify.php b/Notify.php index f7cbe576..418fc2ae 100644 --- a/Notify.php +++ b/Notify.php @@ -286,7 +286,7 @@ class Pman_Core_Notify extends Pman 1 => array("file", $tn, 'w'), // stdout is a pipe that the child will write to 2 => array("pipe", "w") // stderr is a file to write to ); - $php = $_SERVER["_"]; + $php = $_ENV["_"]; $sn = $_SERVER["SCRIPT_NAME"]; $cwd = $sn[0] == '/' ? dirname($sn) : dirname(realpath(getcwd() . '/'. $sn)); // same as run on.. (so script should end up being same relatively..)