Skip to content

Commit

Permalink
Use https for outfit & item images
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Aug 1, 2024
1 parent 1fcdd54 commit 71c00aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@
'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',
Expand All @@ -1390,7 +1390,7 @@
'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',
Expand Down

0 comments on commit 71c00aa

Please sign in to comment.