summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-17 09:01:48 +0000
committerErmal <eri@pfsense.org>2011-08-17 09:01:48 +0000
commitc63630f0efb1c7dac8a882cd80dd39903ac99916 (patch)
treefbd73891bd7b3a39283faefb598a9fb5518cf344 /usr/local/www
parent3c6d704a4319878e0883a6177eda62a73a6f7871 (diff)
downloadpfsense-c63630f0efb1c7dac8a882cd80dd39903ac99916.zip
pfsense-c63630f0efb1c7dac8a882cd80dd39903ac99916.tar.gz
Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 5825aaf..77cf5ec 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -174,7 +174,8 @@ if ($_POST) {
}
- if (isset($id) && ($a_vip[$id])) {
+ /* XXX: Seems this code is to draconian and without a real usefulness. Leaving commented out for now and remove later on */
+ if (0 && isset($id) && ($a_vip[$id])) {
if ($a_vip[$id]['mode'] != $_POST['mode']) {
$bringdown = false;
if ($a_vip[$id]['mode'] == "proxyarp") {
OpenPOWER on IntegriCloud