Changeset 134

Show
Ignore:
Timestamp:
03/06/06 17:34:29 (3 years ago)
Author:
ludo
Message:

really fix the new host name problem (from r3106)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/webmin/lbs/lbs.pl

    r132 r134  
    536536 
    537537sub checkhostname { 
    538         return 0 if ( not grep(m/^[0-9a-z\.:\/-_]+$/i, $_[0]) ) ; 
     538        return 0 if ( not grep(m/^[0-9a-z\.:_\/-]+$/i, $_[0]) ) ; 
    539539        1; 
    540540}