From fa2575d75b0991bb0e4346206334e5d59212b919 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Thu, 1 May 2003 04:23:02 +0000 Subject: 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 --- config.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.cgi') 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 -- cgit v1.2.3-24-g4f1b