summaryrefslogtreecommitdiffstats
path: root/config.cgi
diff options
context:
space:
mode:
authormyk%mozilla.org <>2003-05-01 06:23:02 +0200
committermyk%mozilla.org <>2003-05-01 06:23:02 +0200
commitfa2575d75b0991bb0e4346206334e5d59212b919 (patch)
tree7160a8e58cba231b6cdf26211141c6e0bcfc834a /config.cgi
parent418499dbf6f433aefb04f97d40197e6ed1944160 (diff)
downloadbugzilla-fa2575d75b0991bb0e4346206334e5d59212b919.tar.gz
bugzilla-fa2575d75b0991bb0e4346206334e5d59212b919.tar.xz
Clean-up patch for bug 72837: uses /usr/bin/perl instead of /usr/bonsaitools/bin/perl and adds message about these interfaces being experimental.
r=gerv a=myk
Diffstat (limited to 'config.cgi')
-rwxr-xr-xconfig.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.cgi b/config.cgi
index 80b64b047..d1ad3cdc9 100755
--- a/config.cgi
+++ b/config.cgi
@@ -1,4 +1,4 @@
-#!/usr/bonsaitools/bin/perl -w
+#!/usr/bin/perl -wT
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
@@ -30,6 +30,7 @@ use diagnostics;
use strict;
# Include the Bugzilla CGI and general utility library.
+use lib qw(.);
require "CGI.pl";
# Connect to the database so we can check whether the user is a member