mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Use \Arokettu\Bencode\ instead \SandFox\Bencode\ (#932)
This commit is contained in:
parent
cb4516f869
commit
c6fe4241e3
5 changed files with 14 additions and 14 deletions
|
@ -32,7 +32,7 @@ if (!file_exists($filename) || !$file_contents = file_get_contents($filename)) {
|
|||
}
|
||||
}
|
||||
|
||||
if (!$tor = \SandFox\Bencode\Bencode::decode($file_contents)) {
|
||||
if (!$tor = \Arokettu\Bencode\Bencode::decode($file_contents)) {
|
||||
return $lang['TORFILE_INVALID'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue