summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorDarren Embry <dse@webonastick.com>2012-03-22 21:25:58 -0400
committerDarren Embry <dse@webonastick.com>2012-03-22 21:25:58 -0400
commitf97a5b0419d0350cc85b91d180238975c308ac07 (patch)
tree914f9207874cedb51200c1911df2c948186c299b /usr/local/www/fbegin.inc
parent95e174f18ce4604e1c69aebe0530dad06322dba8 (diff)
downloadpfsense-f97a5b0419d0350cc85b91d180238975c308ac07.zip
pfsense-f97a5b0419d0350cc85b91d180238975c308ac07.tar.gz
Move CARP settings from pkg XML to a real PHP page
https://redmine.pfsense.org/issues/647
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 9f13cc5..f24fc7d 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -83,6 +83,7 @@ $system_menu = array();
$system_menu[] = array(gettext("Advanced"), "/system_advanced_admin.php");
$system_menu[] = array(gettext("Firmware"), "/system_firmware.php");
$system_menu[] = array(gettext("General Setup"), "/system.php");
+$system_menu[] = array(gettext("High Avail. Sync"), "/system_hasync.php");
$system_menu[] = array(gettext("Logout"), "/index.php?logout");
if ($g['platform'] == "pfSense" or $g['platform'] == "nanobsd")
$system_menu[] = array(gettext("Packages"), "/pkg_mgr_installed.php");
OpenPOWER on IntegriCloud