From 556fb853209d4aeada89017c0d9ff9369dc82201 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 20 Feb 2007 00:06:04 -0800 Subject: [PATCH] use require ./common.pl for now; will fix later --- cgi/pkgreport.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index a7780a4..1f2294c 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -5,7 +5,7 @@ package debbugs; use strict; use POSIX qw(strftime nice); -require 'common.pl'; +require './common.pl'; use Debbugs::Config qw(:globals :text); use Debbugs::User; -- 2.39.2