summaryrefslogtreecommitdiff
path: root/pinyweb/cgi-bin/auth/newpass.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'pinyweb/cgi-bin/auth/newpass.cgi')
-rwxr-xr-xpinyweb/cgi-bin/auth/newpass.cgi4
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 =