Use \Arokettu\Bencode\ instead \SandFox\Bencode\ (#932)

This commit is contained in:
Roman Kelesidis 2023-10-02 20:32:56 +07:00 committed by GitHub
commit c6fe4241e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 14 deletions

View file

@ -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'];
}