From 4d684aecaacc9a59e7e9c0661934aeba0b16efec Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Wed, 30 Mar 2005 07:52:00 +0000 Subject: Imported from rancid-2.3.2a.tar.gz. --- bin/lgform.cgi.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/lgform.cgi.in') diff --git a/bin/lgform.cgi.in b/bin/lgform.cgi.in index f680a13..5270e3a 100644 --- a/bin/lgform.cgi.in +++ b/bin/lgform.cgi.in @@ -1,6 +1,6 @@ #! @PERLV_PATH@ ## -## $Id: lgform.cgi.in,v 1.28 2004/03/10 22:41:54 heas Exp $ +## $Id: lgform.cgi.in,v 1.29 2004/09/03 18:41:25 heas Exp $ ## ## Copyright (C) 1997-2004 by Terrapin Communications, Inc. ## All rights reserved. @@ -32,6 +32,7 @@ BEGIN { } use CGI qw/:standard/; +use POSIX qw(strftime); use Sys::Syslog; my(@rtrlist, %rtrlabels); -- cgit