This commit is contained in:
@@ -33,6 +33,8 @@ use JSON;
|
||||
use strict;
|
||||
use warnings;
|
||||
use diagnostics;
|
||||
use open qw(:encoding(UTF-8));
|
||||
binmode(STDOUT, ":utf8");
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Get parameters
|
||||
@@ -417,7 +419,6 @@ my $form =
|
||||
# -----------------------------------------------------------------------------
|
||||
# Lead user to "thankyou" page
|
||||
# -----------------------------------------------------------------------------
|
||||
binmode(STDOUT, ":utf8");
|
||||
|
||||
print "Content-type: text/html\n\n";
|
||||
open TEMPLATE,
|
||||
|
||||
Reference in New Issue
Block a user