- Timestamp:
- 04/19/05 12:58:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/acl/cgi-bin/admin.cgi
r226 r239 279 279 open HTPASS, "<../../.htpasswd" or carp "BOO! No .htpasswd file!"; 280 280 while (<HTPASS>) { 281 chomp; 281 282 my ($username,$encpwd) = split /:/; 282 283 $sth->execute($username);
Note:
See TracChangeset
for help on using the changeset viewer.