Changeset 24030
- Timestamp:
- 10/02/13 03:14:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/info.h
r23215 r24030 69 69 char* out = NULL; 70 70 71 if(file_exist("/etc/.beta"))71 // if(file_exist("/etc/.beta")) 72 72 path = ostrcat(path, "/svn/image-beta/changelog.", 1, 0); 73 else74 path = ostrcat(path, "/svn/image/changelog.", 1, 0);73 // else 74 // path = ostrcat(path, "/svn/image/changelog.", 1, 0); 75 75 76 76 path = ostrcat(path, boxversion, 1, 0); 77 77 path = ostrcat(path, ".titan", 1, 0); 78 78 79 if(file_exist("/etc/.beta"))79 // if(file_exist("/etc/.beta")) 80 80 tmpstr = gethttp("titannit.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0); 81 else82 tmpstr = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);81 // else 82 // tmpstr = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0); 83 83 84 84 free(path), path = NULL; … … 94 94 char* out = NULL; 95 95 96 if(file_exist("/etc/.beta"))96 // if(file_exist("/etc/.beta")) 97 97 path = ostrcat(path, "/svn/image-beta/changelog.git", 1, 0); 98 else99 path = ostrcat(path, "/svn/image/changelog.git", 1, 0);98 // else 99 // path = ostrcat(path, "/svn/image/changelog.git", 1, 0); 100 100 101 if(file_exist("/etc/.beta"))101 // if(file_exist("/etc/.beta")) 102 102 tmpstr = gethttp("titannit.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0); 103 else104 tmpstr = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);103 // else 104 // tmpstr = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0); 105 105 106 106 free(path), path = NULL;
Note: See TracChangeset
for help on using the changeset viewer.