From 4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 30 Aug 2012 22:42:51 -0700 Subject: begin channel management (was "manage") page, use term "channel" instead of the vague and hard to explain "identity" --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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)); } -- cgit v1.2.3