mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
1.10 -> 2.0
This commit is contained in:
parent
e6e417ab8e
commit
6823bfb68c
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- pfSense default system configuration -->
|
||||
<pfsense>
|
||||
<version>1.9</version>
|
||||
<version>2.0</version>
|
||||
<lastchange></lastchange>
|
||||
<theme>metallic</theme>
|
||||
<system>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- pfSense default system configuration -->
|
||||
<pfsense>
|
||||
<version>1.9</version>
|
||||
<version>2.0</version>
|
||||
<lastchange></lastchange>
|
||||
<theme>metallic</theme>
|
||||
<system>
|
||||
|
||||
@ -678,7 +678,7 @@ function convert_config() {
|
||||
}
|
||||
}
|
||||
}
|
||||
$config['version'] = "1.10";
|
||||
$config['version'] = "2.0";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ $g = array(
|
||||
"n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */
|
||||
"pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */
|
||||
"debug" => false,
|
||||
"latest_config" => "1.10",
|
||||
"latest_config" => "2.0",
|
||||
"nopkg_platforms" => array("cdrom"),
|
||||
"nopccard_platforms" => array("wrap", "net48xx"),
|
||||
"xmlrpcbaseurl" => "www.pfsense.com",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user