summaryrefslogtreecommitdiffstats
path: root/heartbeat.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'heartbeat.cgi')
-rw-r--r--heartbeat.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/heartbeat.cgi b/heartbeat.cgi
index 47f3d59a2..e26dfe6ba 100644
--- a/heartbeat.cgi
+++ b/heartbeat.cgi
@@ -29,6 +29,7 @@ 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};
1;
};
warn "heartbeat error: $@" if !$ok && $@;