aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy/haproxy_servers_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-13 21:49:33 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-13 21:49:33 -0400
commit06ffa37cc93684db363f01c197a14ec85ac2e0b8 (patch)
treee9fc1c62250a2a16e7b55b2ac481e6a879c6b386 /config/haproxy/haproxy_servers_edit.php
parent03b1246cd9c18ae9e2e880cf3c8c44b6bb8cb220 (diff)
downloadpfsense-packages-06ffa37cc93684db363f01c197a14ec85ac2e0b8.tar.gz
pfsense-packages-06ffa37cc93684db363f01c197a14ec85ac2e0b8.tar.bz2
pfsense-packages-06ffa37cc93684db363f01c197a14ec85ac2e0b8.zip
Add support for 1.2
Diffstat (limited to 'config/haproxy/haproxy_servers_edit.php')
-rwxr-xr-xconfig/haproxy/haproxy_servers_edit.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_servers_edit.php b/config/haproxy/haproxy_servers_edit.php
index 475c847e..32460f08 100755
--- a/config/haproxy/haproxy_servers_edit.php
+++ b/config/haproxy/haproxy_servers_edit.php
@@ -130,6 +130,10 @@ if ($_POST) {
}
}
+$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
+if(strstr($pfSversion, "1.2"))
+ $one_two = true;
+
$pgtitle = "HAProxy: Server: Edit";
include("head.inc");
@@ -149,7 +153,9 @@ function clearcombo(){
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
-
+<?php if($one_two): ?>
+<p class="pgtitle"><?=$pgtitle?></font></p>
+<?php endif; ?>
<form action="haproxy_servers_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>