Skip to content
Snippets Groups Projects

streamrelay: Fix module start

Merged WXbet requested to merge fix-11863 into master
Compare and Show latest version
2 files
+ 15
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,7 +17,7 @@
<TABLE>
<TR>
<TD COLSPAN="2"><input name="stream_source_host" class="medium" type="text" value="##STREAM_SOURCE_HOST##"><label></label></TD>
<TD><A data-p="stream_client_source_host">Enable automatic detection:</A></TD><TD><input name="stream_client_source_host" value="0" type="hidden"><input name="stream_client_source_host" value="1" type="checkbox" ##STREAM_CLIENT_SOURCE_HOST##><label></label></TD>
<TD><A data-p="stream_client_source_host">Automatic host discovery:</A></TD><TD><input name="stream_client_source_host" value="0" type="hidden"><input name="stream_client_source_host" value="1" type="checkbox" ##STREAM_CLIENT_SOURCE_HOST##><label></label></TD>
</TR>
</TABLE>
</TD>
Loading