Changeset 1185 for trunk/unxsISP/interfaces/customer/main.c
- Timestamp:
- 02/12/10 16:01:53 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsISP/interfaces/customer/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsISP/interfaces/customer/main.c
r1184 r1185 174 174 //First page after valid login 175 175 if(!strcmp(gcFunction,"Login")) 176 { 177 if(IsFirstTimeLogin()) ShowPurchaseRadiusPage(); 176 178 htmlCustomer(); 179 } 177 180 178 181 //Per page command tree
