summaryrefslogtreecommitdiffstats
path: root/heartbeat.cgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-11-27 17:59:15 +0100
committerGitHub <noreply@github.com>2017-11-27 17:59:15 +0100
commitaa8e455c9735d5a7ea4703dba3f22a69e07b9698 (patch)
treebf9b9c454946e248593f7a39528d3f9a4cb079bd /heartbeat.cgi
parent6c437576ffbec1a3f7296302f8594f89653992dd (diff)
downloadbugzilla-aa8e455c9735d5a7ea4703dba3f22a69e07b9698.tar.gz
bugzilla-aa8e455c9735d5a7ea4703dba3f22a69e07b9698.tar.xz
no bug - tweaks for conduit/phabricator dev environments
* tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors
Diffstat (limited to 'heartbeat.cgi')
-rwxr-xr-xheartbeat.cgi1
1 files changed, 0 insertions, 1 deletions
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;
};