Changeset 44858
- Timestamp:
- May 1, 2020, 3:57:30 AM (9 months ago)
- Location:
- titan/plugins/tithek
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r44857 r44858 581 581 system(node->cmd); 582 582 else if(node->link != NULL) 583 gethttps( link, node->filename, NULL, NULL, NULL, NULL, 0);583 gethttps(node->link, node->filename, NULL, NULL, NULL, NULL, 0); 584 584 else 585 585 gethttpreal(node->host, node->page, node->port, node->filename, node->auth, NULL, 0, NULL, NULL, node->timeout, 0); -
titan/plugins/tithek/tithek_global.h
r44856 r44858 276 276 { 277 277 debug(99, "url: %s", url); 278 if(ostrncmp("http", url, 4)) return NULL;278 // if(ostrncmp("http", url, 4)) return NULL; 279 279 280 280 int debuglevel = getconfigint("debuglevel", NULL);
Note: See TracChangeset
for help on using the changeset viewer.