aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-14 16:33:27 -0500
committersullrich <sullrich@pfsense.org>2009-12-14 16:33:51 -0500
commitde8668f7538dd0bc3ffd4439ff78e51c9878525a (patch)
tree0e5252fa9cb2da9a5793f95e0fcd396393497e9b /config/haproxy
parentaf41e1500afce97a0ac1e1348eaeafa31cfb792e (diff)
downloadpfsense-packages-de8668f7538dd0bc3ffd4439ff78e51c9878525a.tar.gz
pfsense-packages-de8668f7538dd0bc3ffd4439ff78e51c9878525a.tar.bz2
pfsense-packages-de8668f7538dd0bc3ffd4439ff78e51c9878525a.zip
Fix frontends links
Diffstat (limited to 'config/haproxy')
-rwxr-xr-xconfig/haproxy/haproxy_frontends.php10
-rwxr-xr-xconfig/haproxy/haproxy_frontends_edit.php4
2 files changed, 7 insertions, 7 deletions
diff --git a/config/haproxy/haproxy_frontends.php b/config/haproxy/haproxy_frontends.php
index 1dcc0483..d50133b8 100755
--- a/config/haproxy/haproxy_frontends.php
+++ b/config/haproxy/haproxy_frontends.php
@@ -108,16 +108,16 @@ include("head.inc");
</tr>
<?php $i = 0; foreach ($a_backend as $backend): ?>
<tr>
- <td class="listlr" ondblclick="document.location='haproxy_backends_edit.php?id=<?=$i;?>';">
+ <td class="listlr" ondblclick="document.location='haproxy_frontends_edit.php?id=<?=$i;?>';">
<?=$backend['name'];?>
</td>
- <td class="listlr" ondblclick="document.location='haproxy_backends_edit.php?id=<?=$i;?>';">
+ <td class="listlr" ondblclick="document.location='haproxy_frontends_edit.php?id=<?=$i;?>';">
<?=$backend['desc'];?>
</td>
- <td class="listlr" ondblclick="document.location='haproxy_backends_edit.php?id=<?=$i;?>';">
+ <td class="listlr" ondblclick="document.location='haproxy_frontends_edit.php?id=<?=$i;?>';">
<?=$backend['stats_uri'];?>
</td>
- <td class="listlr" ondblclick="document.location='haproxy_backends_edit.php?id=<?=$i;?>';">
+ <td class="listlr" ondblclick="document.location='haproxy_frontends_edit.php?id=<?=$i;?>';">
<?=$backend['type'];?>
</td>
<td class="list" nowrap>
@@ -135,7 +135,7 @@ include("head.inc");
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <td valign="middle"><a href="haproxy_backends_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
+ <td valign="middle"><a href="haproxy_frontends_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
</table>
</td>
diff --git a/config/haproxy/haproxy_frontends_edit.php b/config/haproxy/haproxy_frontends_edit.php
index b98e2bb2..b79d6051 100755
--- a/config/haproxy/haproxy_frontends_edit.php
+++ b/config/haproxy/haproxy_frontends_edit.php
@@ -1,7 +1,7 @@
<?php
/* $Id: load_balancer_pool_edit.php,v 1.24.2.23 2007/03/03 00:07:09 smos Exp $ */
/*
- haproxy_backends_edit.php
+ haproxy_frontends_edit.php
part of pfSense (http://www.pfsense.com/)
Copyright (C) 2009 Scott Ullrich <sullrich@pfsense.com>
Copyright (C) 2008 Remco Hoef <remcoverhoef@pfsense.com>
@@ -367,7 +367,7 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if($one_two): ?>
<p class="pgtitle"><?=$pgtitle?></p>
-<form action="haproxy_backends_edit.php" method="post" name="iform" id="iform">
+<form action="haproxy_frontends_edit.php" method="post" name="iform" id="iform">
<?php endif; ?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>