mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +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']));
|
syslog(LOG_WARNING, '['.$_SERVER['REMOTE_ADDR']."] provision attempt bad password for ".check_str($_REQUEST['mac']));
|
||||||
closelog();
|
closelog();
|
||||||
|
|
||||||
usleep(rand(1000000,3500000));//1-3.5 seconds.
|
usleep(rand(1000000,3000000));//1-3 seconds.
|
||||||
echo "access denied";
|
echo "access denied";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user