Add files via upload

This commit is contained in:
wibyweb 2023-08-10 22:39:05 -04:00 committed by GitHub
parent 3abe76c7ce
commit a6ecf2a199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
c/cr.c
View file

@ -1221,6 +1221,8 @@ int main(int argc, char **argv)
strcat(windexRandUpdate,", updatable = ");
strcat(windexRandUpdate,updatable);
if(task==0){//didn't come from refresh or link crawling
strcat(windexRandUpdate,", crawl_tree = NULL");
strcat(windexRandUpdate,", crawl_family = NULL");
strcat(windexRandUpdate,", crawl_pages = ");
strcat(windexRandUpdate,crawl_pages);
strcat(windexRandUpdate,", crawl_type = ");
@ -1285,7 +1287,9 @@ int main(int argc, char **argv)
strcat(windexRandUpdate,httpAllow);
strcat(windexRandUpdate,", updatable = ");
strcat(windexRandUpdate,updatable);
if(task==0){//didn't come from refresh or link crawling
if(task==0){//didn't come from refresh or link crawling
strcat(windexRandUpdate,", crawl_tree = NULL");
strcat(windexRandUpdate,", crawl_family = NULL");
strcat(windexRandUpdate,", crawl_pages = ");
strcat(windexRandUpdate,crawl_pages);
strcat(windexRandUpdate,", crawl_type = ");
@ -1356,6 +1360,8 @@ int main(int argc, char **argv)
strcat(windexupdate,", updatable = ");
strcat(windexupdate,updatable);
if(task==0){//didn't come from refresh or link crawling
strcat(windexupdate,", crawl_tree = NULL");
strcat(windexupdate,", crawl_family = NULL");
strcat(windexupdate,", crawl_pages = ");
strcat(windexupdate,crawl_pages);
strcat(windexupdate,", crawl_type = ");
@ -1428,6 +1434,8 @@ int main(int argc, char **argv)
strcat(windexupdate,", updatable = ");
strcat(windexupdate,updatable);
if(task==0){//didn't come from refresh or link crawling
strcat(windexupdate,", crawl_tree = NULL");
strcat(windexupdate,", crawl_family = NULL");
strcat(windexupdate,", crawl_pages = ");
strcat(windexupdate,crawl_pages);
strcat(windexupdate,", crawl_type = ");