Changeset 1185

Show
Ignore:
Timestamp:
02/12/10 16:01:53 (6 months ago)
Author:
Hugo
Message:

ispClient: save commit

Location:
trunk/unxsISP/interfaces/customer
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/unxsISP/interfaces/customer/customer.c

    r1184 r1185  
    14911491{ 
    14921492        htmlHeader("unxsISP Client Interface","Header"); 
    1493         printf("This is the first time you login"); 
     1493        htmlCustomerPage("","FirstTime.Body"); 
    14941494        htmlFooter("Footer"); 
    14951495}//void ShowPurchaseRadiusPage(void) 
  • trunk/unxsISP/interfaces/customer/main.c

    r1184 r1185  
    174174        //First page after valid login 
    175175        if(!strcmp(gcFunction,"Login")) 
     176        { 
     177                if(IsFirstTimeLogin()) ShowPurchaseRadiusPage(); 
    176178                htmlCustomer(); 
     179        } 
    177180 
    178181        //Per page command tree