diff options
author | friendica <info@friendica.com> | 2012-11-12 20:59:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-12 20:59:18 -0800 |
commit | 5bf3ddfcf66ece4b50d5fccfd90c49005ce768ce (patch) | |
tree | 79bfeb6df83e881816aeb8bc7271dae4f7e14582 /boot.php | |
parent | b4c603cdace281f79e1738d2e006851b00af511e (diff) | |
download | volse-hubzilla-5bf3ddfcf66ece4b50d5fccfd90c49005ce768ce.tar.gz volse-hubzilla-5bf3ddfcf66ece4b50d5fccfd90c49005ce768ce.tar.bz2 volse-hubzilla-5bf3ddfcf66ece4b50d5fccfd90c49005ce768ce.zip |
got zot
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1604,7 +1604,7 @@ if(! function_exists('proc_run')) { return; if(count($args) && $args[0] === 'php') - $args[0] = ((x($a->config,'php_path')) && (strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php'); + $args[0] = ((x($a->config,'system')) && (x($a->config['system'],'php_path')) && (strlen($a->config['system']['php_path'])) ? $a->config['system']['php_path'] : 'php'); for($x = 0; $x < count($args); $x ++) $args[$x] = escapeshellarg($args[$x]); |