1
|
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
<pfSenseWizard>
|
3
|
<totalsteps>2</totalsteps>
|
4
|
<step>
|
5
|
<id>1</id>
|
6
|
<title>pfSense Setup Wizard</title>
|
7
|
<description>This wizard will guide you through installing pfSense initially.</description>
|
8
|
<fields>
|
9
|
<name>Next</name>
|
10
|
<type>submit</type>
|
11
|
</fields>
|
12
|
</step>
|
13
|
<step>
|
14
|
<id>2</id>
|
15
|
<title>Time and Date</title>
|
16
|
<description>Please enter the time, date and time zone.</description>
|
17
|
<fields>
|
18
|
<field>
|
19
|
<name></name>
|
20
|
<description></description>
|
21
|
<type></type>
|
22
|
</field>
|
23
|
</fields>
|
24
|
<step_submit_php_action>
|
25
|
</step_submit_php_action>
|
26
|
</step>
|
27
|
</pfSenseWizard>
|