Use url.cgi for the description link.

This commit is contained in:
Wolfram Schneider 1998-04-01 18:32:43 +00:00
parent b02f6e0d8a
commit 83ed666ce2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2632
2 changed files with 12 additions and 0 deletions

View file

@ -10,6 +10,12 @@
# This is the base of where we ftp stuff from
$base = "ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current";
$baseHTTP = "http://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current";
$urlcgi = 'http://www.freebsd.org/cgi/url.cgi';
# better layout and link to the sources
if ($urlcgi) {
$baseHTTP = $urlcgi . '?' . $baseHTTP;
}
$today = &getdate;