mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update shortcuts.inc
XHTML Compliance Shortcuts edit link - r/&id/&id
This commit is contained in:
parent
82482a6937
commit
472e484cd1
@ -78,7 +78,7 @@ function get_shortcut_main_link($shortcut_section, $addspace = true, $service =
|
||||
switch ($shortcut_section) {
|
||||
case "openvpn":
|
||||
if (!empty($service['mode']) && is_numeric($service['id']))
|
||||
$link = "vpn_openvpn_{$service['mode']}.php?act=edit&id={$service['id']}";
|
||||
$link = "vpn_openvpn_{$service['mode']}.php?act=edit&id={$service['id']}";
|
||||
else
|
||||
$link = $shortcuts[$shortcut_section]['main'];
|
||||
break;
|
||||
@ -263,4 +263,4 @@ $shortcuts['authentication']['status'] = "diag_authentication.php";
|
||||
$shortcuts['aliases'] = array();
|
||||
$shortcuts['aliases']['main'] = "firewall_aliases.php";
|
||||
$shortcuts['aliases']['status'] = "diag_tables.php";
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user