Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
! let them wait just a bit to slow them down
  • Loading branch information
Spuds committed Jan 18, 2022
1 parent 4afb77b commit d0e4fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -18,7 +18,6 @@

use ElkArte\Controller\ScheduledTasks;
use ElkArte\EventManager;
use ElkArte\Http\Headers;
use ElkArte\HttpReq;
use ElkArte\User;

Expand Down Expand Up @@ -110,6 +109,7 @@ function elk_main()
if (runBadBehavior())
{
// Not much to say, 403 and gone
sleep(10);
\ElkArte\Errors\Errors::instance()->display_403_error(true);
}

Expand Down

0 comments on commit d0e4fc1

Please sign in to comment.