summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/priv.defs.inc2
-rw-r--r--usr/local/www/diag_system_pftop.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 8f58dae..d74d831 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -226,7 +226,7 @@ $priv_list['page-diag-system-activity'] = array();
$priv_list['page-diag-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity");
$priv_list['page-diag-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page");
$priv_list['page-diag-system-activity']['match'] = array();
-$priv_list['page-diag-system-activity']['match'][] = "diag_system_pftop*";
+$priv_list['page-diag-system-activity']['match'][] = "diag_system_pftop.php*";
$priv_list['page-diagnostics-tables'] = array();
$priv_list['page-diagnostics-tables']['name'] = gettext("WebCfg - Diagnostics: PF Table IP addresses");
diff --git a/usr/local/www/diag_system_pftop.php b/usr/local/www/diag_system_pftop.php
index af0a581..673d226 100644
--- a/usr/local/www/diag_system_pftop.php
+++ b/usr/local/www/diag_system_pftop.php
@@ -35,7 +35,7 @@
##|*IDENT=page-diag-system-activity
##|*NAME=Diagnostics: System Activity
##|*DESCR=Allows access to the 'Diagnostics: System Activity' page
-##|*MATCH=diag_system_pftop*
+##|*MATCH=diag_system_pftop.php*
##|-PRIV
require("guiconfig.inc");
OpenPOWER on IntegriCloud