Changeset 1187

Show
Ignore:
Timestamp:
02/15/10 15:31:08 (2 years ago)
Author:
Hugo
Message:

ispAdmin: minoir update

Files:
1 modified

Legend:

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

    r1183 r1187  
    25512551                        if(!isalnum(cValue[i]) &&  
    25522552                                (!i || ( cValue[i]!='.' &&  
    2553                                 cValue[i]!='-' && cValue[i]!='_' && cValue[i]!=':'))  ) uErr=1; 
     2553                                cValue[i]!='/' && cValue[i]!='-' && cValue[i]!='_' && cValue[i]!=':'))  ) uErr=1; 
    25542554                        if(isupper(cValue[i])) cValue[i]=tolower(cValue[i]); 
    25552555                }