diff options
author | jim-p <jimp@pfsense.org> | 2012-08-10 13:32:16 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-08-10 13:32:16 -0400 |
commit | b32dd0a6b7b358f882a3fe12c94beec5ba209e67 (patch) | |
tree | 24bf0ce14b893c5a69daa87fdc931cda450628f8 /usr/local/www/system_gateway_groups_edit.php | |
parent | 9990b70c5d7a440a0bbc3fac3461d7d8dc3f9a40 (diff) | |
download | pfsense-b32dd0a6b7b358f882a3fe12c94beec5ba209e67.zip pfsense-b32dd0a6b7b358f882a3fe12c94beec5ba209e67.tar.gz |
Activate new shortcuts/status in the rest of the areas that are currently setup.
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-x | usr/local/www/system_gateway_groups_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php index 4e135a6..78d919c 100755 --- a/usr/local/www/system_gateway_groups_edit.php +++ b/usr/local/www/system_gateway_groups_edit.php @@ -144,7 +144,7 @@ if ($_POST) { } $pgtitle = array(gettext("System"),gettext("Gateways"),gettext("Edit gateway")); -$statusurl = "status_gateway_groups.php"; +$shortcut_section = "gateway-groups"; function build_gateway_protocol_map (&$a_gateways) { $result = array(); |