* Add CARP Settings custom pkg handler

This commit is contained in:
Scott Ullrich 2008-02-16 21:28:36 +00:00
parent 990dc9cecf
commit ad43fd84eb

View File

@ -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']);