Don't set hsty_base to the default, let cgi-style do that.

This commit is contained in:
Bill Fenner 2005-10-20 20:03:36 +00:00
parent 8b20d224d9
commit 3500feba32
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26093

View file

@ -26,11 +26,10 @@
# #
# url.cgi - make plain text URLs clickable # url.cgi - make plain text URLs clickable
# #
# $FreeBSD: www/en/cgi/url.cgi,v 1.32 2003/07/24 14:40:48 simon Exp $ # $FreeBSD: www/en/cgi/url.cgi,v 1.33 2004/04/04 21:49:38 phantom Exp $
use strict; use strict;
$main::hsty_base = '..';
$main::hsty_email = 'ports@FreeBSD.org'; $main::hsty_email = 'ports@FreeBSD.org';
# shutup perl -w # shutup perl -w