From 4068f42ac4bf3a9b9e89bc5edd801b9074b76016 Mon Sep 17 00:00:00 2001
From: Evil Puncker
Date: Mon, 18 May 2020 04:17:47 -0300
Subject: [PATCH] Enabled SSL where applicable (#396)
Enabled SSL where aplicable
---
admin_news.php | 4 ++--
buypoints.php | 2 +-
config.php | 2 +-
forum.php | 2 +-
layout/footer.php | 2 +-
register.php | 4 ++--
shop.php | 3 +--
7 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/admin_news.php b/admin_news.php
index 8834469..6b2826c 100644
--- a/admin_news.php
+++ b/admin_news.php
@@ -91,8 +91,8 @@ if (empty($_POST) === false) {
[size=5]Size 5 text[/size]
[img]Direct Image Link[/img]
[center]Cented Text[/center]
- [link]http://youtube.com/[/link]
- [link=http://youtube.com/]Click to View youtube[/link]
+ [link]https://youtube.com/[/link]
+ [link=https://youtube.com/]Click to View youtube[/link]
[color=GREEN]Green Text![/color]
[*]* Noted text [/*]
diff --git a/buypoints.php b/buypoints.php
index e61cbdd..f32e4b6 100644
--- a/buypoints.php
+++ b/buypoints.php
@@ -89,7 +89,7 @@ if ($config['paygol']['enabled'] == true) {
-
+
true,
// Image server may be unreliable and only for test,
// host yourself: https://otland.net/threads/item-images-10-92.242492/
- 'imageServer' => 'http://outfit-images.ots.me/animatedOutfits1099/animoutfit.php'
+ 'imageServer' => 'https://outfit-images.ots.me/animatedOutfits1099/animoutfit.php'
);
// Show advanced inventory data in character profile
diff --git a/forum.php b/forum.php
index 4e65ba9..502422e 100644
--- a/forum.php
+++ b/forum.php
@@ -734,7 +734,7 @@ if (!empty($_GET)) {