From a10f3d5ac156f9c1b81b977ae508be525b52f421 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 19 Mar 2024 16:38:54 +0100 Subject: [PATCH] ovpnmain.cgi: Don't include lang.pl again when its already loaded in header.pl Signed-off-by: Michael Tremer --- html/cgi-bin/ovpnmain.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 7cecc4009..1b856960c 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -35,7 +35,6 @@ use Archive::Zip qw(:ERROR_CODES :CONSTANTS); use Sort::Naturally; use Date::Parse; require '/var/ipfire/general-functions.pl'; -require "${General::swroot}/lang.pl"; require "${General::swroot}/header.pl"; require "${General::swroot}/countries.pl"; require "${General::swroot}/location-functions.pl"; -- 2.47.3