From 8a833dde23b0bbcf74643cc04e52165c63606e83 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 15 Jul 2021 19:26:38 +0100 Subject: uncomment my $mimetype line, it's important. Also, we did a better cleanup: - GPG module is not used anymore. So, the $enc_gpg variable doesn't make sense anymore and we got rid of it. - We applied the auto unlinking we did in the database version branch. I was sure I already put to pratice on this branch, my memory fails me... Got rid of $linkfilename variable. - We updated the README.md about our dependencies and features (file upload is supported now) --- gpigeon-template.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'gpigeon-template.cgi') diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi index 8266faa..59c3a48 100755 --- a/gpigeon-template.cgi +++ b/gpigeon-template.cgi @@ -248,7 +248,6 @@ if (ValidCookie($id_cookie, $cookies_dir) or argon2id_verify($argon2id_hash,$pw) open my $out, '>', $link_path or die "Can't write to link file: $!"; while( <$in> ) { s/{link_user}/{$link_asker}/g; - s/{link_filename}/{$generated_form_filename}/g; s/{link_web_title}/$text_strings{link_web_title}/g; s/{link_send_btn}/$text_strings{link_send_btn}/g; s/{type_msg_below}/$text_strings{type_msg_below}/g; -- cgit v1.2.3-70-g09d2