begin channel management (was "manage") page, use term "channel" instead of the vague and hard to explain "identity"

This commit is contained in:
friendica
2012-08-30 22:42:51 -07:00
parent 80bd128425
commit 4736fa5927
6 changed files with 43 additions and 25 deletions

View File

@@ -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));
}