summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-03-10 09:03:21 -0700
committerErmal <eri@pfsense.org>2014-03-10 16:21:59 +0000
commitf3988c851b5950a689c10b64208a65c0fc3c6298 (patch)
tree7cbea68ad107efea2b2da649f30f7a8727489895
parentcec6e65b468841b73575dc713e4daee848ed1f1b (diff)
downloadpfsense-f3988c851b5950a689c10b64208a65c0fc3c6298.zip
pfsense-f3988c851b5950a689c10b64208a65c0fc3c6298.tar.gz
Fix OpenVPN XML section name
Forum https://forum.pfsense.org/index.php?topic=73479.0
-rwxr-xr-xusr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 8e3f601..6289b22 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -187,7 +187,7 @@ function spit_out_select_items($name, $showall) {
"interfaces" => gettext("Interfaces"),
"ipsec" => gettext("IPSEC"),
"nat" => gettext("NAT"),
- "ovpn" => gettext("OpenVPN"),
+ "openvpn" => gettext("OpenVPN"),
"installedpackages" => gettext("Package Manager"),
"pptpd" => gettext("PPTP Server"),
"rrddata" => gettext("RRD Data"),
OpenPOWER on IntegriCloud