From aa8e455c9735d5a7ea4703dba3f22a69e07b9698 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 27 Nov 2017 11:59:15 -0500 Subject: no bug - tweaks for conduit/phabricator dev environments * tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors --- heartbeat.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'heartbeat.cgi') diff --git a/heartbeat.cgi b/heartbeat.cgi index d84a4e8ea..40dc8e79b 100755 --- a/heartbeat.cgi +++ b/heartbeat.cgi @@ -29,7 +29,6 @@ my $ok = eval { die "database not available" unless $database_ok; die "memcached server(s) not available" unless $memcached_ok; die "mod_perl not configured?" unless $ENV{MOD_PERL}; - die "BUGZILLA_UNSAFE_AUTH_DELEGATION" if $ENV{BUGZILLA_UNSAFE_AUTH_DELEGATION}; die "missing bmo feature dependencies" unless Bugzilla->has_feature('bmo'); 1; }; -- cgit v1.2.3-24-g4f1b