From a592860f094f38c5346b4e7d1592d796df0f1e23 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Wed, 24 Feb 2021 22:48:58 +0100 Subject: fix complain about $text_strings variables --- gpigeon-template.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi index 756e56c..a08a260 100755 --- a/gpigeon-template.cgi +++ b/gpigeon-template.cgi @@ -232,7 +232,7 @@ if (argon2id_verify($PASSWD_HASH,$PASSWD)){ close $gpg_form_handle; if (not defined $non_gpguser){ - $non_gpguser = $text_strings[4]; + $non_gpguser = $text_strings{unknown}; } #create links table html @@ -244,7 +244,7 @@ if (argon2id_verify($PASSWD_HASH,$PASSWD)){
- +
}; -- cgit v1.2.3-70-g09d2