From 994e22d87a5e3ce3e61872b26dfd02f13fd2ed5c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 19 Mar 2024 15:54:07 +0100 Subject: [PATCH] ovpnmain.cgi: Fix some whitespace issues Signed-off-by: Michael Tremer --- html/cgi-bin/ovpnmain.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 297303966..76b2cd778 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -141,7 +141,7 @@ unless (-e "$local_clientconf") { sub iscertlegacy { my $file=$_[0]; - my @certinfo = &General::system_output("/usr/bin/openssl", "pkcs12", "-info", "-nodes", + my @certinfo = &General::system_output("/usr/bin/openssl", "pkcs12", "-info", "-nodes", "-in", "$file.p12", "-noout", "-passin", "pass:''"); if (index ($certinfo[0], "MAC: sha1") != -1) { return 1; @@ -5641,7 +5641,7 @@ END   ?OFF $Lang::tr{'click to enable'}   $Lang::tr{ - $Lang::tr{'click to disable'} + $Lang::tr{'click to disable'}     $Lang::tr{ $Lang::tr{'edit'} -- 2.47.3