summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-09 01:23:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-09 01:23:20 +0000
commitc1622caf9a1730819b937c28d7abef9cfe566482 (patch)
tree7883d3311449f0eae92db9f6337b0fc757dffcaa /usr
parentf63becabbd52491bff9e770832201414f24c07cd (diff)
downloadpfsense-c1622caf9a1730819b937c28d7abef9cfe566482.zip
pfsense-c1622caf9a1730819b937c28d7abef9cfe566482.tar.gz
Remove debug line
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 2818d54..e2cc976 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -393,7 +393,6 @@
</field>
</fields>
<stepsubmitphpaction>
- system("echo {$_POST['lanipaddress']} > /tmp/tmp");
$ft = split("\.", $_POST['lanipaddress']);
$ft_ip = $ft[0] . "." . $ft[1] . "." . $ft[2] . ".";
$config['dhcpd']['lan']['range']['from'] = $ft_ip . "50";
OpenPOWER on IntegriCloud