Menu

#14 Magnet URLS Ampersands not Encoded.

1.0
pending
nobody
None
2012-03-14
2012-03-09
sevenalive
No

I managed a quick fix:
Find:
$torrentMagnetURI = "?" . $torrentInfo['torrentMagnetURI'][0];
Add:
$torrentMagnetURI = str_replace('&', '\&', $torrentMagnetURI);

Discussion

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB