summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-03 12:38:37 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-03 12:38:37 -0400
commit083b1f7ae9cb738f554de7a1138e8313ece9d5e8 (patch)
tree0f92276c363e995d56af5331d2fc701479a5314b /src/usr/local/www/system_advanced_misc.php
parenta0509b131525ee9fb020ead22c36a1168ab5f705 (diff)
downloadpfsense-083b1f7ae9cb738f554de7a1138e8313ece9d5e8.zip
pfsense-083b1f7ae9cb738f554de7a1138e8313ece9d5e8.tar.gz
My copy/paste error
Diffstat (limited to 'src/usr/local/www/system_advanced_misc.php')
-rw-r--r--src/usr/local/www/system_advanced_misc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_misc.php b/src/usr/local/www/system_advanced_misc.php
index d998d59..c51b61b 100644
--- a/src/usr/local/www/system_advanced_misc.php
+++ b/src/usr/local/www/system_advanced_misc.php
@@ -574,7 +574,7 @@ $section->addInput(new Form_Input(
'dhcpbackup',
'Periodic DHCP Leases Backup',
'number',
- $config['system']['rrdbackup'],
+ $config['system']['dhcpbackup'],
['min' => 1, 'max' => 24, 'placeholder' => 'frequency between 1 and 24 hours']
))->setHelp('This will periodically backup the DHCP leases so '.
'it can be restored automatically on the next boot. Keep in mind that the more '.
OpenPOWER on IntegriCloud