Don't set hsty_base to the default, let cgi-style do that.
This commit is contained in:
parent
8b20d224d9
commit
3500feba32
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26093
1 changed files with 1 additions and 2 deletions
|
@ -26,11 +26,10 @@
|
|||
#
|
||||
# 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;
|
||||
|
||||
$main::hsty_base = '..';
|
||||
$main::hsty_email = 'ports@FreeBSD.org';
|
||||
|
||||
# shutup perl -w
|
||||
|
|
Loading…
Reference in a new issue