aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2023-01-25 19:19:43 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-01-25 19:19:43 +0000
commite4abf37f276addf9b64131fa368f29cfde34bef8 (patch)
tree10cfcfac4150ec04dc1fdc4e94a1989a0a77e678 /website
parent14f46779a78105aa3fc0eda09da3f856039b49b0 (diff)
downloaddoc-e4abf37f276addf9b64131fa368f29cfde34bef8.tar.gz
doc-e4abf37f276addf9b64131fa368f29cfde34bef8.zip
cgi/cgi-style.pl: Remove mailarchive.ysv (not used)
Diffstat (limited to 'website')
-rw-r--r--website/content/en/cgi/cgi-style.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl
index 0479cfbb3b..5701a1bcdc 100644
--- a/website/content/en/cgi/cgi-style.pl
+++ b/website/content/en/cgi/cgi-style.pl
@@ -14,7 +14,7 @@ if (!defined($hsty_base)) {
# However, if we aren't running as a cgi, or if we're
# running on cgi, hub, docs or people, use the absolute home path.
if (!defined($ENV{'HTTP_HOST'}) ||
- $ENV{'HTTP_HOST'} =~ /(docs|man|man-dev|people|ports|mailarchive.ysv).freebsd.org/i) {
+ $ENV{'HTTP_HOST'} =~ /(docs|man|man-dev|people|ports).freebsd.org/i) {
$hsty_base = '//www.FreeBSD.org'
} else {