1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-13 17:28:08 -04:00

fucking piece of shit

This commit is contained in:
lolcat 2024-03-29 05:16:26 -04:00
parent 0f39d9c187
commit 573a11a708

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)];
}