Update content of files

This commit is contained in:
GitHub Action 2024-05-02 18:04:58 +00:00
parent 3085167de3
commit 43e529b71c
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ function exec_curl_request($handle) {
curl_close($handle);
if ($http_code >= 500) {
// do not wat to DDOS server if something goes wrong
// do not want to DDOS server if something goes wrong
sleep(10);
return false;
} else if ($http_code != 200) {

View file

@ -92,7 +92,7 @@ function exec_curl_request($handle) {
curl_close($handle);
if ($http_code >= 500) {
// do not wat to DDOS server if something goes wrong
// do not want to DDOS server if something goes wrong
sleep(10);
return false;
} else if ($http_code != 200) {

View file

@ -92,7 +92,7 @@ function exec_curl_request($handle) {
curl_close($handle);
if ($http_code >= 500) {
// do not wat to DDOS server if something goes wrong
// do not want to DDOS server if something goes wrong
sleep(10);
return false;
} else if ($http_code != 200) {