|
@@ -190,10 +190,6 @@ if (!is_uploaded_file($TorrentName) || !filesize($TorrentName)) {
|
190
|
190
|
$Err = "You seem to have put something other than a torrent file into the upload field. (".$File['name'].").";
|
191
|
191
|
}
|
192
|
192
|
|
193
|
|
-/*if ($Type == 'Music') {
|
194
|
|
- include(SERVER_ROOT.'/sections/upload/get_extra_torrents.php');
|
195
|
|
-}*/
|
196
|
|
-
|
197
|
193
|
//Multiple artists!
|
198
|
194
|
|
199
|
195
|
$LogName = '';
|
|
@@ -290,7 +286,6 @@ $NumFiles = count($FileList);
|
290
|
286
|
$TmpFileList = [];
|
291
|
287
|
$TooLongPaths = [];
|
292
|
288
|
$DirName = (isset($Tor->Dec['info']['files']) ? Format::make_utf8($Tor->get_name()) : '');
|
293
|
|
-$IgnoredLogFileNames = array('audiochecker.log', 'sox.log');
|
294
|
289
|
check_name($DirName); // check the folder name against the blacklist
|
295
|
290
|
foreach ($FileList as $File) {
|
296
|
291
|
list($Size, $Name) = $File;
|