diff options
Diffstat (limited to 'pinyweb/cgi-bin/auth/newpass.cgi')
-rwxr-xr-x | pinyweb/cgi-bin/auth/newpass.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pinyweb/cgi-bin/auth/newpass.cgi b/pinyweb/cgi-bin/auth/newpass.cgi index b367558..4f4a636 100755 --- a/pinyweb/cgi-bin/auth/newpass.cgi +++ b/pinyweb/cgi-bin/auth/newpass.cgi @@ -1,8 +1,6 @@ #!/usr/bin/perl $| = 1; -open(STDERR, ">&STDOUT"); - use warnings; use CGI; @@ -13,6 +11,8 @@ $q = CGI->new; print( "Content-type: text/plain\n\n"); +open(STDERR, ">&STDOUT"); + if( defined( $q->param('p') ) ) { my @saltchars = |