From 81dc93802c32aa6f593a12b3f2efbe38dc9e31f7 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 22 Apr 2024 11:12:46 -0400 Subject: opensearch onion fix --- sitemap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sitemap.php') diff --git a/sitemap.php b/sitemap.php index 041550c..80bda66 100644 --- a/sitemap.php +++ b/sitemap.php @@ -5,7 +5,7 @@ include "data/config.php"; $domain = htmlspecialchars( - ((isset($_SERVER["HTTPS"]) && ($_SERVER["HTTPS"] == "on" || $_SERVER["HTTPS"] === 1)) ? "https" : "http") . + (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on" ? "https" : "http") . '://' . $_SERVER["HTTP_HOST"] ); -- cgit v1.2.3