summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-07 15:49:17 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-07 15:49:17 +0000
commit03e4c599a76cb0e80b3fd043bb31ccdee1e7f966 (patch)
tree3e4b2de033ce609572b25647a12e1b300f9693f9 /usr
parentbb46d659ddfb624044dd5b076dc67a404efe6f29 (diff)
downloadpfsense-03e4c599a76cb0e80b3fd043bb31ccdee1e7f966.zip
pfsense-03e4c599a76cb0e80b3fd043bb31ccdee1e7f966.tar.gz
Fix Bug #24. Actually just make the name usable in the new gateway code.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 72b2bd6..e5a7b4c 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -880,7 +880,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<td width="45%" align="right"><font color="white">Default gateway:</td><td><input type="checkbox" id="defaultgw" name="defaultgw"<?=$checked?>></td>
</tr>
<tr>
- <td align="right"><font color="white">Gateway Name:</td><td><input id="name" name="name" value="<?=$wancfg['descr'] . "-GW"?>"></td>
+ <td align="right"><font color="white">Gateway Name:</td><td><input id="name" name="name" value="<?=$wancfg['descr'] . "GW"?>"></td>
</tr>
<tr>
<td align="right"><font color="white">Gateway IP:</td><td><input id="gatewayip" name="gatewayip"></td>
OpenPOWER on IntegriCloud