begin channel management (was "manage") page, use term "channel" instead of the vague and hard to explain "identity"
This commit is contained in:
2
boot.php
2
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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user