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