summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-18 00:19:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-18 00:19:21 +0000
commit2131ed2f9d392b3d56f218563007027b9eb6db11 (patch)
treebac6b062384caba3f763a622a2df2e2d84b5858d /usr
parent0d67f297e0330b89765b0814ce8b3bc6d4c60b1a (diff)
downloadpfsense-2131ed2f9d392b3d56f218563007027b9eb6db11.zip
pfsense-2131ed2f9d392b3d56f218563007027b9eb6db11.tar.gz
We no longer have a update time interval
Ticket #1139
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml20
1 files changed, 7 insertions, 13 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 6525397..fd37c28 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -44,10 +44,10 @@
</field>
</fields>
<stepbeforeformdisplay>
- conf_mount_rw();
- unlink_if_exists('/conf/trigger_initial_wizard');
- conf_mount_ro();
- </stepbeforeformdisplay>
+ conf_mount_rw();
+ unlink_if_exists('/conf/trigger_initial_wizard');
+ conf_mount_ro();
+ </stepbeforeformdisplay>
</step>
<step>
<id>2</id>
@@ -94,12 +94,6 @@
<description>Please enter the time, date and time zone.</description>
<fields>
<field>
- <name>Time server update frequency</name>
- <description>Enter the amount in minutes.</description>
- <type>input</type>
- <bindstofield>system->time-update-interval</bindstofield>
- </field>
- <field>
<name>Time server dns name</name>
<description>Enter the name of the time server.</description>
<type>input</type>
@@ -350,7 +344,7 @@
<field>
<name>Block bogon networks</name>
<type>listtopic</type>
- </field>
+ </field>
<field>
<donotdisable>true</donotdisable>
<name>Block bogon networks</name>
@@ -358,7 +352,7 @@
<type>checkbox</type>
<bindstofield>interfaces->wan->blockbogons</bindstofield>
<typehint>Block non-Internet routed networks from entering via WAN</typehint>
- </field>
+ </field>
<field>
<name>Next</name>
<type>submit</type>
@@ -457,7 +451,7 @@
<description>A reload is now in progress. Please wait. &lt;p&gt; The system will automatically try to access $myurl in 120 seconds. &lt;p&gt; You can click on the icon above to access the site more quickly.
&lt;meta http-equiv="refresh" content="60; url=$myurl" &gt;</description>
<stepafterformdisplay>
- reload_all();
+ reload_all();
</stepafterformdisplay>
</step>
</pfsensewizard>
OpenPOWER on IntegriCloud