diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-07-01 19:38:01 -0400 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-07-01 19:38:01 -0400 |
commit | 9e7ef489f76b80de2a835e0d6dd9bad8155a5b3e (patch) | |
tree | 24854759ef304fac9c1c01fc36b408172c4f42d1 | |
parent | 9e00e1bddd9efaa11a55871941cd7a02a4a52975 (diff) | |
download | pfsense-9e7ef489f76b80de2a835e0d6dd9bad8155a5b3e.zip pfsense-9e7ef489f76b80de2a835e0d6dd9bad8155a5b3e.tar.gz |
add disablethemeselection
-rw-r--r-- | etc/inc/globals.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 376bb3a..2aa8157 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -43,6 +43,7 @@ $g = array( "product_website_footer" => "http://www.pfsense.org/?gui12", "product_email" => "coreteam@pfsense.org", "hideplatform" => false, + "disablethemeselection" => false, "upload_path" => "/root", "dhcpd_chroot_path" => "/var/dhcpd", "varrun_path" => "/var/run", |