PW_BIN_$$PATH >> PW_BIN_PATH
This commit is contained in:
parent
225e1bc80d
commit
4d968756fa
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ function runPHP(req, response, next, phpinfo){
|
|||
|
||||
var env = {
|
||||
SERVER_SIGNATURE: "php-webkit",
|
||||
PW_BIN_$$PATH: path.dirname(process.execPath),
|
||||
PW_BIN_PATH: path.dirname(process.execPath),
|
||||
PW_BIN_FILE: process.execPath,
|
||||
PW_ARGUMENTS: phpinfo.arguments,
|
||||
PW_MANIFEST: phpinfo.manifest,
|
||||
|
|
@ -159,4 +159,4 @@ exports.cgi = function(phpinfo){
|
|||
runPHP(req, res, next, phpinfo);
|
||||
});
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue