From 873e0927706dc048de92cbd454491b0d0a9d5e27 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Sat, 21 Nov 2020 11:10:07 +0100 Subject: Removing "\n" string for $password_field variable So the server error.log doesn't complain. --- gpigeon-template.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi index ffe3f5b..077ae45 100755 --- a/gpigeon-template.cgi +++ b/gpigeon-template.cgi @@ -84,7 +84,7 @@ my @text_strings = ('Succesfull deletion!', ); my $cgi_query_get = CGI->new; my $PASSWD = $cgi_query_get->param('password'); -my $psswd_formfield = '',"\n"; +my $psswd_formfield = ''; my ($notif_de_creation, $notif_mail_valide, $notif_suppression) = undef; my @created_links = (); -- cgit v1.2.3-70-g09d2