Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
06739399
Commit
06739399
authored
Nov 10, 2014
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove EFS/pfs, theme setting needed ( will be removed )
parent
b899e523
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
config.xml
conf.default/config.xml
+1
-1
globals.inc
etc/inc/globals.inc
+10
-10
No files found.
conf.default/config.xml
View file @
06739399
...
...
@@ -3,7 +3,7 @@
<pfsense>
<version>
9.9
</version>
<lastchange></lastchange>
<theme>
opnsense
</theme>
<theme>
pfsense_ng
</theme>
<sysctl>
<item>
<descr>
<![CDATA[Disable the pf ftp proxy handler.]]>
</descr>
...
...
etc/inc/globals.inc
View file @
06739399
...
...
@@ -58,12 +58,12 @@ $g = array(
"xml_rootobj"
=>
"pfsense"
,
"admin_group"
=>
"admins"
,
"product_name"
=>
"pfSense"
,
"product_copyright"
=>
"
Electric Sheep Fencing LLC
"
,
"product_copyright_url"
=>
"
http://www.electricsheepfencing.com
"
,
"product_copyright_years"
=>
"20
0
4 - "
.
date
(
"Y"
),
"product_website"
=>
"www.
pf
sense.org"
,
"product_website_footer"
=>
"https://www.
pf
sense.org/?gui22"
,
"product_email"
=>
"coreteam@
pf
sense.org"
,
"product_copyright"
=>
""
,
"product_copyright_url"
=>
""
,
"product_copyright_years"
=>
"20
1
4 - "
.
date
(
"Y"
),
"product_website"
=>
"www.
opn
sense.org"
,
"product_website_footer"
=>
"https://www.
opn
sense.org/?gui22"
,
"product_email"
=>
"coreteam@
opn
sense.org"
,
"hideplatform"
=>
false
,
"hidedownloadbackup"
=>
false
,
"hidebackupbeforeupgrade"
=>
false
,
...
...
@@ -71,7 +71,7 @@ $g = array(
"disablehelpmenu"
=>
false
,
"disablehelpicon"
=>
false
,
"disablecrashreporter"
=>
false
,
"crashreporterurl"
=>
"https://crashreporter.
pf
sense.org/crash_reporter.php"
,
"crashreporterurl"
=>
"https://crashreporter.
opn
sense.org/crash_reporter.php"
,
"debug"
=>
false
,
"latest_config"
=>
"11.1"
,
"nopkg_platforms"
=>
array
(
"cdrom"
),
...
...
@@ -79,7 +79,7 @@ $g = array(
"minimum_ram_warning_text"
=>
"128 MB"
,
"wan_interface_name"
=>
"wan"
,
"nopccard_platforms"
=>
array
(
"wrap"
,
"net48xx"
),
"xmlrpcbaseurl"
=>
"https://packages.
pf
sense.org"
,
"xmlrpcbaseurl"
=>
"https://packages.
opn
sense.org"
,
"captiveportal_path"
=>
"/usr/local/captiveportal"
,
"captiveportal_element_path"
=>
"/var/db/cpelements"
,
"captiveportal_element_sizelimit"
=>
1048576
,
...
...
@@ -102,8 +102,8 @@ if(file_exists("/etc/platform")) {
//$arch = ($arch == "i386") ? "" : '/' . $arch;
/* Full installs and NanoBSD use the same update directory and manifest in 2.x */
$g
[
'update_url'
]
=
"https://snapshots.
pf
sense.org/FreeBSD_releng/10.1/
{
$arch
}
/pfSense_HEAD/.updaters/"
;
$g
[
'update_manifest'
]
=
"https://updates.
pf
Sense.org/manifest"
;
$g
[
'update_url'
]
=
"https://snapshots.
opn
sense.org/FreeBSD_releng/10.1/
{
$arch
}
/pfSense_HEAD/.updaters/"
;
$g
[
'update_manifest'
]
=
"https://updates.
opn
Sense.org/manifest"
;
$g
[
'platform'
]
=
trim
(
file_get_contents
(
"/etc/platform"
));
if
(
$g
[
'platform'
]
==
"nanobsd"
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment