diff --git a/routes/web.php b/routes/web.php index e06f60e..422c8f5 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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); }