This commit is contained in:
mcoder 2026-04-18 16:13:27 +03:30
parent 719fa7c1df
commit 145d55f71c

View File

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