]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
wireguard.cgi: Fix typo in variable name
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Apr 2024 21:02:15 +0000 (23:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Apr 2025 14:48:31 +0000 (16:48 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/wireguard.cgi

index 0527c3c17e4616580d0d4799aa94a08a634219c2..d81cbea8bdd7943c75b6e1e3d8d3dfc6248a0a75 100644 (file)
@@ -154,7 +154,7 @@ if ($cgiparams{"ACTION"} eq $Lang::tr{'save'}) {
                # 4 = Endpoint Address
                $cgiparams{"ENDPOINT_ADDRESS"},
                # 5 = Endpoint Port
-               $cgiparams{"ENDPORT_PORT"},
+               $cgiparams{"ENDPOINT_PORT"},
                # 6 = Remote Subnets
                join("|", @remote_subnets),
                # 7 = Remark