Complete '_' hack.
This commit is contained in:
parent
acf85e1161
commit
1fc1e7448f
@ -57,6 +57,7 @@ while (<ACCESS>) {
|
||||
chomp;
|
||||
next if /^#/;
|
||||
($accuser, undef) = split /\s/;
|
||||
$accuser =~ s/_//g;
|
||||
print "access user: $accuser\n" if $debug;
|
||||
$access{$accuser} = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user