Changeset 1269 for branches/monitor-improvement/oscam-http.c
- Timestamp:
- 01/17/10 19:21:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/monitor-improvement/oscam-http.c
r1267 r1269 736 736 tpl_addVar(vars, 0, "PASSWORD", account->pwd); 737 737 738 //Disabled 739 if(account->disabled) 740 tpl_addVar(vars, 0, "DISABLEDCHECKED", "checked"); 741 738 742 //Expirationdate 739 743 struct tm * timeinfo = localtime (&account->expirationdate); … … 858 862 expired = " (expired)"; 859 863 classname = "expired"; 860 } 864 } 865 if(account->disabled != 0){ 866 expired = " (disabled)"; 867 classname = "disabled"; 868 } 861 869 status="offline"; 862 870
Note:
See TracChangeset
for help on using the changeset viewer.