mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Change random seconds from 3.5 to 3 seconds.
This commit is contained in:
@@ -289,7 +289,7 @@ require_once "resources/require.php";
|
||||
syslog(LOG_WARNING, '['.$_SERVER['REMOTE_ADDR']."] provision attempt bad password for ".check_str($_REQUEST['mac']));
|
||||
closelog();
|
||||
|
||||
usleep(rand(1000000,3500000));//1-3.5 seconds.
|
||||
usleep(rand(1000000,3000000));//1-3 seconds.
|
||||
echo "access denied";
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user