From 43162438afb306e3e3227430135308167684f63c Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 17 Feb 2024 23:50:40 -0500 Subject: [PATCH] more bugfix --- sitemap.php | 2 +- template/images.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sitemap.php b/sitemap.php index 6f6c095..041550c 100644 --- a/sitemap.php +++ b/sitemap.php @@ -5,7 +5,7 @@ include "data/config.php"; $domain = htmlspecialchars( - (strpos(strtolower($_SERVER['SERVER_PROTOCOL']), 'https') === false ? 'http' : 'https') . + ((isset($_SERVER["HTTPS"]) && ($_SERVER["HTTPS"] == "on" || $_SERVER["HTTPS"] === 1)) ? "https" : "http") . '://' . $_SERVER["HTTP_HOST"] ); diff --git a/template/images.html b/template/images.html index 6007e44..647ec3d 100644 --- a/template/images.html +++ b/template/images.html @@ -1,4 +1,4 @@ -
Took {%timetaken%}s
+ Took {%timetaken%}
{%images%}