From f26da4165d72aceb7143ff7aa3260cfba6c46577 Mon Sep 17 00:00:00 2001
From: Tim Clark <eclipse@sucs,org>
Date: Thu, 5 Dec 2013 18:32:56 +0000
Subject: [PATCH] fixed the shop not being https and therefore being broken in
 chrome

---
 templates/shop.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/shop.tpl b/templates/shop.tpl
index 5579be4..90e90b2 100644
--- a/templates/shop.tpl
+++ b/templates/shop.tpl
@@ -1,5 +1,5 @@
 {* Terribly crude i know, but include the spreadshirt sucs shop *}
-<iframe src="http://www.spreadshirt.net/shop.php?sid=170367" frameborder="0" style="width: 100%; height: 1240px;">
+<iframe src="https://www.spreadshirt.net/shop.php?sid=170367" frameborder="0" style="width: 100%; height: 1240px;">
 </iframe>
 
 <!-- <object data="/~dez/shop.php" width="100%" height="1240" type="text/html"></object> -->
-- 
GitLab