summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-18 21:41:47 +0000
committerColin Smith <colin@pfsense.org>2005-06-18 21:41:47 +0000
commit3eff038c34385e0a906caac95e6295fb741d3eb9 (patch)
tree02cd4afb762148d0b0d71fc5b2615d002acecc9b /etc
parentd99f01eaf5099862f1123149c90273acbb36764b (diff)
downloadpfsense-3eff038c34385e0a906caac95e6295fb741d3eb9.zip
pfsense-3eff038c34385e0a906caac95e6295fb741d3eb9.tar.gz
* Remove unneeded globals.
* versioncheck -> xmlrpc
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc11
1 files changed, 3 insertions, 8 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 7f717e6..544b690 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -46,20 +46,15 @@ $g = array(
"www_path" => "/usr/local/www",
"captiveportal_path" => "/usr/local/captiveportal",
"xml_rootobj" => "pfsense",
- "xml_pkg_rootobj" => "pfSense_pkgs",
"pppoe_interface" => "ng0",
"n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */
"pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */
"debug" => false,
"latest_config" => "1.6",
+ "nopkg_platforms" => array("cdrom"),
"nopccard_platforms" => array("wrap", "net48xx"),
- "pkg_config_location" => "http://www.pfsense.com/packages/pkg_config.xml",
- "pkg_config_base_url" => "http://www.pfsense.com/packages/",
- "pkg_config_filename" => "pkg_config.xml",
- "firmwarebaseurl" => "http://www.pfsense.com/",
- "firmwarefilename" => "latest.tgz",
- "versioncheckbaseurl" => "www.pfsense.com",
- "versioncheckpath" => "/pfSense/xmlrpc.php",
+ "xmlrpcbaseurl" => "www.pfsense.com",
+ "xmlrpcpath" => "/pfSense/xmlrpc.php",
"embeddedbootupslice" => "/dev/ad0a",
"wireless_regex" => "/^(wi|ath|an)/"
);
OpenPOWER on IntegriCloud