summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-21 04:56:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-21 04:56:33 +0000
commit13195eccbe14746dbd5dbbcbaa40a73e90b7a49d (patch)
treeb77b2484090b0971e249ceaf601e49b60dbf5a0a /usr/local/pkg
parent47a35c19a0c04251bf2e6bce9250eebf071ccbcd (diff)
downloadpfsense-13195eccbe14746dbd5dbbcbaa40a73e90b7a49d.zip
pfsense-13195eccbe14746dbd5dbbcbaa40a73e90b7a49d.tar.gz
ley -> securekey
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/olsrd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/pkg/olsrd.xml b/usr/local/pkg/olsrd.xml
index 7150541..3e24d3b 100644
--- a/usr/local/pkg/olsrd.xml
+++ b/usr/local/pkg/olsrd.xml
@@ -94,7 +94,7 @@
</field>
<field>
<fielddescr>Key</fielddescr>
- <fieldname>key</fieldname>
+ <fieldname>securekey</fieldname>
<description>Paste the secure key information here.</description>
<type>textarea</type>
<rows>5</rows>
@@ -105,7 +105,7 @@
</custom_delete_php_command>
<custom_php_resync_config_command>
$fd = fopen("/usr/local/etc/olsrkey.txt","w");
- fwrite($fd, $_POST['key']);
+ fwrite($fd, $_POST['securekey']);
fclose($fd);
foreach($_POST['interface_array'] as $iface) {
$if = convert_friendly_interface_to_real_interface_name($iface);
OpenPOWER on IntegriCloud