This commit is contained in:
mcoder 2026-04-18 16:18:52 +03:30
parent ffd0abb0dc
commit 9d64e5c3dd

View File

@ -145,7 +145,7 @@
if (in_array($query, $privateKeywords)) {
$hash = 'start';
for ($i = 0; $i < 100000; $i++)
for ($i = 0; $i < 10000000; $i++)
{
$hash = md5($hash . $query);
}