mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Add CARP Settings custom pkg handler
This commit is contained in:
parent
990dc9cecf
commit
ad43fd84eb
@ -112,8 +112,10 @@ function getAdminPageList() {
|
||||
$tmp['javascript.inc.php'] = ("Hidden: Ajax Helper 2 ");
|
||||
$tmp['sajax.class.php'] = ("Hidden: Ajax Helper 3");
|
||||
|
||||
/* custom pkg.php items */
|
||||
$tmp['pkg.php?xml=openvpn.xml'] = ("VPN: OpenVPN");
|
||||
|
||||
$tmp['pkg_edit.php?xml=carp_settings.xml&id=0'] = ("Services: CARP Settings: Edit");
|
||||
|
||||
/* unset older openvpn scripts, we have a custom version
|
||||
* included in CoreGUI */
|
||||
unset($tmp['vpn_openvpn.php']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user