diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-31 18:37:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-31 18:37:36 +0000 |
commit | 551ef384b19866df357d187696085f42b15146f8 (patch) | |
tree | 3576fd6c573f56a8f1cb3b97a42328f62ef6de98 /etc/inc/globals.inc | |
parent | 27dc49a9650e25483d5b2ec124fffd0b34df908c (diff) | |
download | pfsense-551ef384b19866df357d187696085f42b15146f8.zip pfsense-551ef384b19866df357d187696085f42b15146f8.tar.gz |
Backout last commit, it was already present.
Don't duplicate path.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 0292322..ead0df1 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -44,9 +44,6 @@ $g = array( "cf_path" => "/cf", "cf_conf_path" => "/cf/conf", "www_path" => "/usr/local/www", - "captiveportal_path" => "/usr/local/captiveportal", - "captiveportal_element_path" => "/var/db/cpelements", - "captiveportal_element_sizelimit" => 262144, "xml_rootobj" => "pfsense", "pppoe_interface" => "ng0", "n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */ |