Anonymous - 2004-01-09

I modified search_user.cgi and added a option 6 which is  'Starts With'

$m == 6 && eval { $f =~ /^$w/i } ||

Reason:

We have several hundred users, and we use the userid to seperate different cities per 1000 blocks.

"starts with" lets us show only the city being updated.

How can I get this added to future versions of webmin?