summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 04:02:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 04:02:17 +0000
commit5542b8f542cc365cf4d64b3d269703524dfc00c7 (patch)
treeea1d92a6902ec2c0771810f032314f5879f88de2 /usr/local/www/diag_backup.php
parentf47e0c8af71525e0518893f8c6aea6b08bbaa86c (diff)
downloadpfsense-5542b8f542cc365cf4d64b3d269703524dfc00c7.zip
pfsense-5542b8f542cc365cf4d64b3d269703524dfc00c7.tar.gz
* Add a nunmber of missing config areas including openvpn
* Sorta by alpha area name
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-xusr/local/www/diag_backup.php21
1 files changed, 14 insertions, 7 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 3942f73..e16ab22 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -62,18 +62,25 @@ function spit_out_select_items($area) {
global $config;
$areas = array("aliases" => "Aliases",
- "shaper" => "Traffic Shaper",
+ "captiveportal" => "Captive Portal",
+ "dnsmasq" => "DNS Forwarder",
+ "dhcpd" => "DHCP Server",
"filter" => "Firewall Rules",
- "nat" => "NAT",
- "pptpd" => "PPTP Server",
+ "interfaces" => "Interfaces",
"ipsec" => "IPSEC",
- "captiveportal" => "Captive Portal",
+ "nat" => "NAT",
+ "ovpn" => "OpenVPN",
"installedpackages" => "Package Manager",
- "interfaces" => "Interfaces",
- "dhcpd" => "DHCP Server",
+ "pptpd" => "PPTP Server",
+ "cron" => "Scheduled Tasks",
"syslog" => "Syslog",
"system" => "System",
- "staticroutes" => "Static routes"
+ "staticroutes" => "Static routes",
+ "sysctl" => "System tunables",
+ "snmpd" => "SNMP Server",
+ "shaper" => "Traffic Shaper",
+ "vlans" => "VLANS",
+ "wol" => "Wake on LAN"
);
$select = "<select name=\"{$area}\">\n";
OpenPOWER on IntegriCloud