summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-07 21:37:03 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-07 21:37:17 -0500
commit36365f49aa0fcaf5877257bbe4d81c727dbd9575 (patch)
treecc89e364b9bce8edea493fcdc20af1e6b914d487 /etc
parentd440e668edbd94db07b4b422e09ec2ea2ea2b15a (diff)
downloadpfsense-36365f49aa0fcaf5877257bbe4d81c727dbd9575.zip
pfsense-36365f49aa0fcaf5877257bbe4d81c727dbd9575.tar.gz
Add a global g option named disablecrashreporter which defaults to false for rebrands
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 6f64478..0b46ef0 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -88,6 +88,7 @@ $g = array(
"disablethemeselection" => false,
"disablehelpmenu" => false,
"disablehelpicon" => false,
+ "disablecrashreporter" => false,
"debug" => false,
"latest_config" => "7.6",
"nopkg_platforms" => array("cdrom"),
OpenPOWER on IntegriCloud