Ticket #7532: set_protocol-fix.patch
File set_protocol-fix.patch, 965 bytes (added by , 16 years ago) |
---|
-
set_protocol.php
26 26 <td><input type="checkbox" id="force_http" name="force_http" value="1"<?php if ($_SESSION['stream']['force_http']) echo ' CHECKED' ?>></td> 27 27 </tr><tr class="x-sep"> 28 28 <th><label for="force_http_port"><?php echo t('Force HTTP/HTTPS port for streams'); ?>:</label></th> 29 <td><input type="text box" id="force_http_port" name="force_http_port" value="<?php echo $_SESSION['stream']['force_http_port'] ?>"></td>29 <td><input type="text" id="force_http_port" name="force_http_port" value="<?php echo $_SESSION['stream']['force_http_port'] ?>"></td> 30 30 </tr><tr> 31 31 <td align="center"><input type="reset" class="submit" value="<?php echo t('Reset') ?>"></td> 32 32 <td align="center"><input type="submit" class="submit" name="save" value="<?php echo t('Save') ?>"></td>