Add
This commit is contained in:
parent
719fa7c1df
commit
145d55f71c
|
|
@ -149,7 +149,7 @@
|
||||||
|
|
||||||
if (in_array($query, $privateKeywords)) {
|
if (in_array($query, $privateKeywords)) {
|
||||||
$hash = 'start';
|
$hash = 'start';
|
||||||
for ($i = 0; $i < 100000; $i++)
|
for ($i = 0; $i < 10000000; $i++)
|
||||||
{
|
{
|
||||||
$hash = md5($hash . $query);
|
$hash = md5($hash . $query);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user