]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
ovpnmain.cgi: Don't include lang.pl again when its already loaded in header.pl
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Mar 2024 15:38:54 +0000 (16:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Sep 2024 11:07:15 +0000 (13:07 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ovpnmain.cgi

index 295b53d806a770c7afd7696e2444cdf7b9ce7709..2faeb38892f57d58566e7de01273ecf5afe454fb 100755 (executable)
@@ -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";