aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-13 21:52:02 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-13 21:52:02 -0400
commit7a217d765fbe5e995833b80d9b219b3921441a7f (patch)
tree1abbc33e0f0a99ea2a0301411f837865662d834b /config
parent06ffa37cc93684db363f01c197a14ec85ac2e0b8 (diff)
downloadpfsense-packages-7a217d765fbe5e995833b80d9b219b3921441a7f.tar.gz
pfsense-packages-7a217d765fbe5e995833b80d9b219b3921441a7f.tar.bz2
pfsense-packages-7a217d765fbe5e995833b80d9b219b3921441a7f.zip
Add support for 1.2.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/haproxy/haproxy_servers.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/haproxy/haproxy_servers.php b/config/haproxy/haproxy_servers.php
index f78b02e1..b44ab8a6 100755
--- a/config/haproxy/haproxy_servers.php
+++ b/config/haproxy/haproxy_servers.php
@@ -71,6 +71,9 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
+<?php if($one_two): ?>
+<p class="pgtitle"><?=$pgtitle?></font></p>
+<?php endif; ?>
<form action="haproxy_servers.php" method="post">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>