BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

torrent_form.class.php 511B

12345678910111213
  1. <!-- Line 674 -->
  2. <!-- FTP/HTTP mirrors -->
  3. <?php if (!$this->DisabledFlag && $this->NewTorrent) { ?>
  4. <tr id="mirrors_tr">
  5. <td class="label">Mirrors</td>
  6. <td>
  7. <textarea rows="1" cols="60" name="mirrors"
  8. id="mirrors"><?= display_str($Torrent['Mirrors'])?></textarea>
  9. <strong class="important_text">Experimental.</strong>
  10. Up to two FTP/HTTP addresses that either point directly to a file, or for multi-file torrents, to the enclosing folder
  11. </tr>
  12. <?php } ?>
  13. <!-- Line 684 -->