From f08b3babcbaf99c1037e05c3f0e97fdf9a280df7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 6 May 2013 23:18:05 +0800 Subject: Fix sentry.pl perms, remove FIXME because it is now later --- Bugzilla.pm | 2 -- sentry.pl | 0 2 files changed, 2 deletions(-) mode change 100644 => 100755 sentry.pl diff --git a/Bugzilla.pm b/Bugzilla.pm index 94c9ee9b8..8252bed09 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -35,8 +35,6 @@ BEGIN { } } -# FIXME to remove later - use Bugzilla::Config; use Bugzilla::Constants; use Bugzilla::Auth; diff --git a/sentry.pl b/sentry.pl old mode 100644 new mode 100755 -- cgit v1.2.3-24-g4f1b