- or download this
Use of uninitialized value at ./chpass.cgi line 39.
Use of uninitialized value at ./chpass.cgi line 41.
Use of uninitialized value at ./chpass.cgi line 22.
- or download this
22: $method->htpasswd($formdata{username}, $formdata{newpw}, $formdata
+{oldpw});
- or download this
if ($ENV{'REQUEST_METHOD'} eq 'GET') {
@pairs = split(/&/, $ENV{'QUERY_STRING'});
} elsif ($ENV{'REQUEST_METHOD'} eq 'POST') {
- or download this
if ($formdata{username}) {
$method->htpasswd($formdata{username}, $formdata{newpw}, $formdata{o
+ldpw});
}