summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_lb_pool.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-02-07 12:44:25 +0000
committerColin Fleming <cj_fleming@sky.com>2013-02-07 12:44:25 +0000
commit3ae16b9bbe772231efe3b487f6a834cfb6997b91 (patch)
treef850d2fe3d8f167db803225a8763d178bca3d554 /usr/local/www/status_lb_pool.php
parent0715ad5093226a9fd29b1abbbf57a9892efe4100 (diff)
downloadpfsense-3ae16b9bbe772231efe3b487f6a834cfb6997b91.zip
pfsense-3ae16b9bbe772231efe3b487f6a834cfb6997b91.tar.gz
Value in attributes should be lower case
Value in the "method" attribute should be lower case
Diffstat (limited to 'usr/local/www/status_lb_pool.php')
-rwxr-xr-xusr/local/www/status_lb_pool.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_lb_pool.php b/usr/local/www/status_lb_pool.php
index 88ea0ab..ce00625 100755
--- a/usr/local/www/status_lb_pool.php
+++ b/usr/local/www/status_lb_pool.php
@@ -108,7 +108,7 @@ if ($_POST) {
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<form action="status_lb_pool.php" method="POST">
+<form action="status_lb_pool.php" method="post">
<?php if (is_subsystem_dirty('loadbalancer')): ?><p>
<?php print_info_box_np(sprintf(gettext("The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "<br>"));?><br>
<?php endif; ?>
OpenPOWER on IntegriCloud