diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-08 00:52:24 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-08 00:52:24 +0000 |
commit | 74445b42fd63e793420a9661efd594228b76df4c (patch) | |
tree | 1adf383221bc3af8f9447d4c92f1b44bb633d597 /usr/local/www/fbegin.inc | |
parent | 8f67a8e14511cccd8c08e858946cd5e78729d41b (diff) | |
download | pfsense-74445b42fd63e793420a9661efd594228b76df4c.zip pfsense-74445b42fd63e793420a9661efd594228b76df4c.tar.gz |
Move Failover VPN -> Services menu
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-x | usr/local/www/fbegin.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 35e1952..7a265b0 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -112,9 +112,7 @@ function showhide_black(tspan, tri) { <a href="/services_proxyarp.php" class="navlnk">Proxy ARP</a><br> <a href="/services_wol.php" class="navlnk">Wake on LAN</a><br> <a href="/carp_status.php" class="navlnk">CARP (failover)</a><br> - - - + <a href="/pkg_edit.php?xml=sasyncd.xml&id=0" class="navlnk">VPN failover</a><br> <?php echo return_ext_menu("Services"); ?> <strong>VPN</strong><br> @@ -155,7 +153,6 @@ function showhide_black(tspan, tri) { <?php if (isset($config['system']['developer'])) { ?> <strong>Developers</strong><br> <a href="/restart_httpd.php" class="navlnk">Restart HTTPD</a><br> - <a href="/pkg_edit.php?xml=sasyncd.xml&id=0" class="navlnk">VPN failover</a><br> <?php } ?> <?php if (isset($config['system']['webgui']['expanddiags']) || strstr($_SERVER['SCRIPT_FILENAME'], "diag_") || strstr($_SERVER['SCRIPT_FILENAME'], "reboot")): ?> <a href="javascript:showhide('diag','tri_diag')"><img src="/tri_o.gif" id="tri_diag" width="14" height="10" border="0"></a><strong><a href="javascript:showhide('diag','tri_diag')" class="navlnk">Diagnostics</a></strong><br> |