summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-17 00:20:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-17 00:20:51 +0000
commit0d11b018652ef8c040151b5bf4d644dd2f176cc9 (patch)
tree6a87b2638751a7d8181205ead2154f35f8b36069 /usr/local/www/system_groupmanager.php
parentc3deaf7f3b8830dbdba3c1b84a92c8ef0b5c511e (diff)
downloadpfsense-0d11b018652ef8c040151b5bf4d644dd2f176cc9.zip
pfsense-0d11b018652ef8c040151b5bf4d644dd2f176cc9.tar.gz
Define more pages
Diffstat (limited to 'usr/local/www/system_groupmanager.php')
-rw-r--r--usr/local/www/system_groupmanager.php19
1 files changed, 16 insertions, 3 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index 5b7408d..927910f 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -79,7 +79,8 @@ function getAdminPageList() {
$tmp['exec_raw.php'] = "Hidden: Exec Raw";
$tmp['status.php'] = "Hidden: Detailed Status";
$tmp['uploadconfig.php'] = "Hidden: Upload Configuration";
- $tmp['index.php'] = "*Landing Page after Login/Dashboard";
+ $tmp[] = "index.php";
+ $tmp['index.php'] = "*After Login/Dashboard";
$tmp['system_usermanager.php'] = "*User Password change portal";
$tmp['diag_logs_settings.php'] = "Diagnostics: Logs: Settings";
$tmp['diag_logs_vpn.php'] = "Diagnostics: Logs: PPTP VPN";
@@ -94,6 +95,20 @@ function getAdminPageList() {
unset($tmp['diag_new_states.php']);
unset($tmp['system_usermanager_edit.php']);
+ $tmp['pkg.php'] = "pfSense package manager";
+ $tmp['pkg_edit.php'] = "pfSense package manager edit";
+ $tmp['wizard.php'] = "pfSense wizard subsystem";
+ $tmp['ifstats.php'] = "Graph subsystem helper";
+ $tmp['license.php'] = "pfSense license";
+ $tmp['xmlrpc.php'] = "pfSense XMLRPC helper";
+ $tmp['graphs.php'] = "Graphing subsystem";
+ $tmp['headjs.php'] = "*Required for javascript";
+
+ unset($tmp['progress.php']);
+ unset($tmp['stats.php']);
+ unset($tmp['phpinfo.php']);
+ unset($tmp['preload.php']);
+
// Add appropriate descriptions for extensions, if they exist
if(file_exists("extensions.inc")){
include("extensions.inc");
@@ -251,8 +266,6 @@ 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