summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-05-03 09:49:24 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-05-03 09:49:24 -0300
commit456e7c7623267cbfba404926637f30f5f1c197c7 (patch)
tree43057f16ce86bfbd95a3bc1251f39451b3b3fd76 /usr/local
parent5be999d3feb53e927b0082ed924441eb5db72d42 (diff)
downloadpfsense-456e7c7623267cbfba404926637f30f5f1c197c7.zip
pfsense-456e7c7623267cbfba404926637f30f5f1c197c7.tar.gz
Removing invalid string from code
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index 533abd5..9376f03 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -172,7 +172,6 @@ include("head.inc");
$selected[0] = "selected";
}
}
-<<<<<<< HEAD
echo "<select name='{$gwname}' class='formfldselect' id='{$gwname}'>";
echo "<option value='0' $selected[0] >" . gettext("Never") . "</option>";
echo "<option value='1' $selected[1] >" . gettext("Tier 1") . "</option>";
OpenPOWER on IntegriCloud