Use url.cgi for the description link.
This commit is contained in:
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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue