Changeset 36938
- Timestamp:
- 01/25/16 00:06:59 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r36605 r36938 706 706 } 707 707 else 708 gethttp(ip, path, port, localfile, pw, timeout, NULL, 0); 708 { 709 if(ssl == 1) 710 gethttps(link, localfile, NULL, NULL, NULL, NULL, 0); 711 else 712 gethttp(ip, path, port, localfile, pw, timeout, NULL, 0); 713 } 709 714 } 710 715 }
Note: See TracChangeset
for help on using the changeset viewer.