summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-20 14:13:47 +0000
committerErmal <eri@pfsense.org>2012-11-20 14:13:47 +0000
commit16dcdff1fd33f0bc696ba826e5195fc382be9d99 (patch)
treebdc825f68a6d65a3140468393ccbf212ea99dd0d /etc/inc/priv.defs.inc
parentb71f0cbb059eacb260f71ce671bd7b4dbae39c5e (diff)
downloadpfsense-16dcdff1fd33f0bc696ba826e5195fc382be9d99.zip
pfsense-16dcdff1fd33f0bc696ba826e5195fc382be9d99.tar.gz
Remove exec_raw.php since its gone and add browser.php to the list of matches for Edit File Page
Diffstat (limited to 'etc/inc/priv.defs.inc')
-rw-r--r--etc/inc/priv.defs.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 46181cf..537971f 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -269,6 +269,8 @@ $priv_list['page-diagnostics-edit']['name'] = gettext("WebCfg - Diagnostics: Edi
$priv_list['page-diagnostics-edit']['descr'] = gettext("Allow access to the 'Diagnostics: Edit File' page.");
$priv_list['page-diagnostics-edit']['match'] = array();
$priv_list['page-diagnostics-edit']['match'][] = "edit.php*";
+$priv_list['page-diagnostics-edit']['match'][] = "browser.php*";
+$priv_list['page-diagnostics-edit']['match'][] = "filebrowser/browser.php*";
$priv_list['page-diagnostics-command'] = array();
$priv_list['page-diagnostics-command']['name'] = gettext("WebCfg - Diagnostics: Command page");
@@ -276,12 +278,6 @@ $priv_list['page-diagnostics-command']['descr'] = gettext("Allow access to the '
$priv_list['page-diagnostics-command']['match'] = array();
$priv_list['page-diagnostics-command']['match'][] = "exec.php*";
-$priv_list['page-hidden-execraw'] = array();
-$priv_list['page-hidden-execraw']['name'] = gettext("WebCfg - Hidden: Exec Raw page");
-$priv_list['page-hidden-execraw']['descr'] = gettext("Allow access to the 'Hidden: Exec Raw' page.");
-$priv_list['page-hidden-execraw']['match'] = array();
-$priv_list['page-hidden-execraw']['match'][] = "exec_raw.php*";
-
$priv_list['page-firewall-aliases'] = array();
$priv_list['page-firewall-aliases']['name'] = gettext("WebCfg - Firewall: Aliases page");
$priv_list['page-firewall-aliases']['descr'] = gettext("Allow access to the 'Firewall: Aliases' page.");
OpenPOWER on IntegriCloud