summaryrefslogtreecommitdiffstats
path: root/relogin.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-xrelogin.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/relogin.cgi b/relogin.cgi
index 44fae4cc1..091a96e8d 100755
--- a/relogin.cgi
+++ b/relogin.cgi
@@ -1,4 +1,4 @@
-#!/usr/bonsaitools/bin/perl -w
+#!/usr/bonsaitools/bin/perl -wT
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
@@ -25,6 +25,8 @@ use strict;
use vars %::COOKIE;
+use lib qw(.);
+
require "CGI.pl";
my $cookiepath = Param("cookiepath");