Changeset 15543
- Timestamp:
- 05/07/12 14:38:32 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r15542 r15543 21 21 int checkreseller() 22 22 { 23 if(checkbox("ATEMIO510") == 0)24 {25 printf("ResellerId: skipped\n");26 printf("boxtype: %s\n", status.boxtype);27 return 0;28 }23 // if(checkbox("ATEMIO510") == 0) 24 // { 25 // printf("ResellerId: skipped\n"); 26 // printf("boxtype: %s\n", status.boxtype); 27 // return 0; 28 // } 29 29 30 30 FILE* fd = NULL; -
titan/titan/titan.c
r15506 r15543 433 433 { 434 434 if(ostrcmp(string_newline(gettimeinfo()), TIMECODE) == 1) 435 { 435 { 436 printf("error: 1\n"); 436 437 destroy(); 437 438 exit(100); … … 439 440 if(ostrcmp(string_newline(gettimeinfovar()), TIMECODE) == 1) 440 441 { 442 printf("error: 2\n"); 441 443 destroy(); 442 444 exit(100); … … 444 446 if(checkreseller() != 0) 445 447 { 448 printf("error: 3\n"); 446 449 destroy(); 447 450 exit(100); … … 449 452 if(getsysinfo() != SYSCODE) 450 453 { 454 printf("error: 4\n"); 451 455 destroy(); 452 456 exit(100); … … 454 458 if(file_exist("/mnt/swapextensions/etc/.vnumber") == 1) 455 459 { 460 printf("error: 5\n"); 456 461 destroy(); 457 462 exit(100); … … 459 464 if(checkflash() != 0) 460 465 { 466 printf("error: 6\n"); 461 467 destroy(); 462 468 exit(100);
Note: See TracChangeset
for help on using the changeset viewer.