Browse Source

Disable hentai-specific upload logic

pjc 5 years ago
parent
commit
ebd544423c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      sections/upload/upload_handle.php

+ 2
- 0
sections/upload/upload_handle.php View File

489
 }
489
 }
490
 
490
 
491
 // movie and anime ISOs are neutral leech, and receive a BP bounty
491
 // movie and anime ISOs are neutral leech, and receive a BP bounty
492
+/*
492
 if (($Type == 'Movies' || $Type == 'Anime') && ($T['Container'] == 'ISO' || $T['Container'] == 'M2TS' || $T['Container'] == 'VOB IFO')) {
493
 if (($Type == 'Movies' || $Type == 'Anime') && ($T['Container'] == 'ISO' || $T['Container'] == 'M2TS' || $T['Container'] == 'VOB IFO')) {
493
   $T['FreeTorrent'] = '2';
494
   $T['FreeTorrent'] = '2';
494
   $T['FreeLeechType'] = '2';
495
   $T['FreeLeechType'] = '2';
495
 }
496
 }
497
+*/
496
 
498
 
497
 // Torrent
499
 // Torrent
498
 $DB->query("
500
 $DB->query("

Loading…
Cancel
Save