From 71c00aa5e01fbdfd88802912e200dd1025976231 Mon Sep 17 00:00:00 2001 From: slawkens <slawkens@gmail.com> Date: Thu, 1 Aug 2024 23:17:07 +0200 Subject: [PATCH] Use https for outfit & item images --- system/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/settings.php b/system/settings.php index a7f1b53c..61ce5f65 100644 --- a/system/settings.php +++ b/system/settings.php @@ -1374,7 +1374,7 @@ Sent by MyAAC,<br/> 'name' => 'Item Images URL', 'type' => 'text', 'desc' => 'Set to <strong>images/items</strong> if you host your own items in images folder', - 'default' => 'http://item-images.ots.me/1092/', + 'default' => 'https://item-images.ots.me/1092/', ], 'item_images_extension' => [ 'name' => 'Item Images File Extension', @@ -1390,7 +1390,7 @@ Sent by MyAAC,<br/> 'name' => 'Outfit Images URL', 'type' => 'text', 'desc' => 'Set to animoutfit.php for animated outfit', - 'default' => 'http://outfit-images.ots.me/outfit.php', + 'default' => 'https://outfit-images.ots.me/outfit.php', ], 'outfit_images_wrong_looktypes' => [ 'name' => 'Outfit Images Wrong Looktypes',