Site name in the start of torrent name

Started by greentide, July 24, 2011, 11:51:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cherwonk

Pretty sure its download.php
change
Code (php) Select
header('Content-Disposition: attachment; filename="['.$INSTALLER09['site_name'].']'.$row['filename'].'"');

to
Code (php) Select
header('Content-Disposition: attachment; filename="'.$row['filename'].'"');

greentide

Hi
I see that when i click on a torrent to download it have the site name in front. It looks like this
[Bitstorm]Scream 4.2011.BRRIP.XVID-WBZ[NO HC SUBS]

How will I remove this

Thanks for all the great help!