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-Tag: v2.29-core197~25^2~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a10f3d5ac156f9c1b81b977ae508be525b52f421;p=ipfire-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 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";