diff options
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index dae4ea7..1445d58 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -99,7 +99,7 @@ $g = array( "xmlrpcbaseurl" => "www.pfsense.com", "captiveportal_path" => "/usr/local/captiveportal", "captiveportal_element_path" => "/var/db/cpelements", - "captiveportal_element_sizelimit" => 262144, + "captiveportal_element_sizelimit" => 1048576, "xmlrpcpath" => "/pfSense/xmlrpc.php", "embeddedbootupslice" => "/dev/ad0a", "services_dhcp_server_enable" => true, |