Ticket #7532: set_protocol-fix.patch

File set_protocol-fix.patch, 965 bytes (added by malard@…, 16 years ago)
  • set_protocol.php

     
    2626    <td><input type="checkbox" id="force_http" name="force_http" value="1"<?php if ($_SESSION['stream']['force_http']) echo ' CHECKED' ?>></td>
    2727</tr><tr class="x-sep">
    2828    <th><label for="force_http_port"><?php echo t('Force HTTP/HTTPS port for streams'); ?>:</label></th>
    29     <td><input type="textbox" 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>
    3030</tr><tr>
    3131    <td align="center"><input type="reset" class="submit" value="<?php echo t('Reset') ?>"></td>
    3232    <td align="center"><input type="submit" class="submit" name="save" value="<?php echo t('Save') ?>"></td>