aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-30 22:42:51 -0700
committerfriendica <info@friendica.com>2012-08-30 22:42:51 -0700
commit4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d (patch)
tree958c66211db81e27ab0bf77304a0763c900f2b45 /boot.php
parent80bd128425b99d91ddca897bc2cd6dcef5268fe4 (diff)
downloadvolse-hubzilla-4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d.tar.gz
volse-hubzilla-4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d.tar.bz2
volse-hubzilla-4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d.zip
begin channel management (was "manage") page, use term "channel" instead of the vague and hard to explain "identity"
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 2863c1b97..9e0d8e061 100644
--- a/boot.php
+++ b/boot.php
@@ -1493,7 +1493,7 @@ if(! function_exists('proc_run')) {
$cmdline = implode($args," ");
if(get_config('system','proc_windows'))
- proc_close(proc_open('start /b ' . $cmdline,array(),$foo));
+ proc_close(proc_open('cmd /c start /b ' . $cmdline,array(),$foo));
else
proc_close(proc_open($cmdline." &",array(),$foo));
}