From 36365f49aa0fcaf5877257bbe4d81c727dbd9575 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 7 Feb 2011 21:37:03 -0500 Subject: Add a global g option named disablecrashreporter which defaults to false for rebrands --- etc/inc/globals.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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"), -- cgit v1.1