summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-16 02:00:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-16 02:00:20 +0000
commit9c2814ec391521d36e425da47a63e5f775085424 (patch)
tree135a5f89650dd1e0e69e879a3cbb08a17e56ece7 /usr
parentcd933fbbbb9f19084bfd1a9eded523bceea997bf (diff)
downloadpfsense-9c2814ec391521d36e425da47a63e5f775085424.zip
pfsense-9c2814ec391521d36e425da47a63e5f775085424.tar.gz
Ignore a number of misc pages.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_groupmanager.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index 1e1c5ef..3f15256 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -88,6 +88,12 @@ function getAdminPageList() {
$tmp['diag_logs_dhcp.php'] = "Diagnostics: Logs: DHCP";
$tmp['diag_logs.php'] = "Diagnostics: Logs: System";
+ unset($tmp['system_groupmanager_edit.php']);
+ unset($tmp['firewall_rules_schedule_logic.php']);
+ unset($tmp['status_rrd_graph_img.php']);
+ unset($tmp['diag_new_states.php']);
+ unset($tmp['system_usermanager_edit.php']);
+
// Add appropriate descriptions for extensions, if they exist
if(file_exists("extensions.inc")){
include("extensions.inc");
@@ -245,6 +251,8 @@ if($_GET['act']=="new" || $_GET['act']=="edit"){
<?php
foreach ($pages as $fname => $title) {
$identifier = str_replace('.php','',$fname);
+ if(strlen($identifier)<9)
+ continue;
?>
<tr><td class="listlr">
<input name="<?=$identifier?>" type="checkbox" id="<?=$identifier?>" value="yes" <?php if (in_array($fname,$pconfig['pages'])) echo "checked"; ?>></td>
OpenPOWER on IntegriCloud