From: Michael Tremer Date: Thu, 5 Mar 2020 13:24:26 +0000 (+0000) Subject: vpnmain.cgi: Fix indentation on Apple profiles X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f356736432343f0cfdf3b0575805f596aeae6e89;p=people%2Fms%2Fipfire-2.x.git vpnmain.cgi: Fix indentation on Apple profiles Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 8c6fc193ad..09acbdaabc 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -1259,27 +1259,27 @@ END # Left ID if ($confighash{$key}[9]) { - print " LocalIdentifier\n"; - print " $confighash{$key}[9]\n"; + print " LocalIdentifier\n"; + print " $confighash{$key}[9]\n"; } # Right ID if ($confighash{$key}[7]) { - print " RemoteIdentifier\n"; - print " $confighash{$key}[7]\n"; + print " RemoteIdentifier\n"; + print " $confighash{$key}[7]\n"; } if ($confighash{$key}[4] eq "cert") { - print " AuthenticationMethod\n"; - print " Certificate\n"; + print " AuthenticationMethod\n"; + print " Certificate\n"; - print " PayloadCertificateUUID\n"; - print " ${cert_uuid}\n"; + print " PayloadCertificateUUID\n"; + print " ${cert_uuid}\n"; } else { - print " AuthenticationMethod\n"; - print " SharedSecret\n"; - print " SharedSecret\n"; - print " $confighash{$key}[5]\n"; + print " AuthenticationMethod\n"; + print " SharedSecret\n"; + print " SharedSecret\n"; + print " $confighash{$key}[5]\n"; } print " ExtendedAuthEnabled\n";