summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-18 11:56:29 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-18 11:56:29 -0500
commit4d4eefabb70a4d895e564ff0a57721b11d59dadc (patch)
tree4dcc489be59a6c7535eaa263d43b9a3d040e9be5 /src/etc/inc/priv.defs.inc
parentd8ee2a3d08c94f3e9a1b1438100609e8990a83e2 (diff)
downloadpfsense-4d4eefabb70a4d895e564ff0a57721b11d59dadc.zip
pfsense-4d4eefabb70a4d895e564ff0a57721b11d59dadc.tar.gz
System update settings UI implemented
Diffstat (limited to 'src/etc/inc/priv.defs.inc')
-rw-r--r--src/etc/inc/priv.defs.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/etc/inc/priv.defs.inc b/src/etc/inc/priv.defs.inc
index 4398cfd..69343bd 100644
--- a/src/etc/inc/priv.defs.inc
+++ b/src/etc/inc/priv.defs.inc
@@ -1146,11 +1146,11 @@ $priv_list['page-system-crlmanager']['descr'] = gettext("Allow access to the 'Sy
$priv_list['page-system-crlmanager']['match'] = array();
$priv_list['page-system-crlmanager']['match'][] = "system_crlmanager.php*";
-$priv_list['page-system-firmware-settings'] = array();
-$priv_list['page-system-firmware-settings']['name'] = gettext("WebCfg - System: Firmware: Settings page");
-$priv_list['page-system-firmware-settings']['descr'] = gettext("Allow access to the 'System: Firmware: Settings' page.");
-$priv_list['page-system-firmware-settings']['match'] = array();
-$priv_list['page-system-firmware-settings']['match'][] = "system_firmware_settings.php*";
+$priv_list['page-system-update-settings'] = array();
+$priv_list['page-system-update-settings']['name'] = gettext("WebCfg - System: Update: Settings page");
+$priv_list['page-system-update-settings']['descr'] = gettext("Allow access to the 'System: Update: Settings' page.");
+$priv_list['page-system-update-settings']['match'] = array();
+$priv_list['page-system-update-settings']['match'][] = "system_update_settings.php*";
$priv_list['page-system-gatewaygroups'] = array();
$priv_list['page-system-gatewaygroups']['name'] = gettext("WebCfg - System: Gateway Groups page");
OpenPOWER on IntegriCloud