fucking piece of shit

This commit is contained in:
lolcat 2024-03-29 05:16:26 -04:00
parent 0f39d9c187
commit 573a11a708
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ class backend{
$proxylist = array_values($proxylist);
echo $proxy_index_raw % count($proxylist);
return $proxylist[$proxy_index_raw % count($proxylist)];
}