summaryrefslogtreecommitdiffstats
path: root/sentry.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sentry.pl')
-rwxr-xr-xsentry.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/sentry.pl b/sentry.pl
index b5b9c3f31..a053cc988 100755
--- a/sentry.pl
+++ b/sentry.pl
@@ -16,6 +16,10 @@
use strict;
use warnings;
+BEGIN {
+ delete $ENV{SERVER_SOFTWARE};
+}
+
use FindBin qw($Bin);
use lib $Bin;
use lib "$Bin/lib";