From: Michael Tremer Date: Tue, 19 Mar 2024 15:38:54 +0000 (+0100) Subject: ovpnmain.cgi: Don't include lang.pl again when its already loaded in header.pl X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00b32e6e04ff326c58b917f2be11cc0a1ed85cee;p=people%2Fms%2Fipfire-2.x.git ovpnmain.cgi: Don't include lang.pl again when its already loaded in header.pl Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index c1c72b73a..771b544ca 100755 --- 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";