Show
Ignore:
Timestamp:
02/19/10 12:43:44 (2 years ago)
Author:
Hugo
Message:

ispClient: template minor fix

Files:
1 modified

Legend:

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

    r1196 r1197  
    348348        GetConfiguration("cFromEmailAddr",cFrom); 
    349349         
    350         //if((fp=popen("/usr/lib/sendmail -t > /dev/null","w"))) 
     350        if((fp=popen("/usr/lib/sendmail -t > /dev/null","w"))) 
    351351        //debug only 
    352         if((fp=fopen("/tmp/eMailInvoice","w"))) 
     352        //if((fp=fopen("/tmp/eMailInvoice","w"))) 
    353353        { 
    354354                fprintf(fp,"To: %s\n",cEmail);