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

Loading…
Cancel
Save