Add SSL on external image requests of items and outfits

Co-Authored-By: Fernando Matos <fernando@pixele.com.br>
This commit is contained in:
slawkens 2020-12-26 23:45:36 +01:00
parent 7fd784b2f6
commit ad3694ef96

View File

@ -86,8 +86,8 @@ $config = array(
), ),
// images // images
'outfit_images_url' => 'http://outfit-images.ots.me/outfit.php', // set to animoutfit.php for animated outfit 'outfit_images_url' => 'https://outfit-images.ots.me/outfit.php', // set to animoutfit.php for animated outfit
'item_images_url' => 'http://item-images.ots.me/1092/', // set to images/items if you host your own items in images folder 'item_images_url' => 'https://item-images.ots.me/1092/', // set to images/items if you host your own items in images folder
// account // account
'account_management' => true, // disable if you're using other method to manage users (fe. tfs account manager) 'account_management' => true, // disable if you're using other method to manage users (fe. tfs account manager)
@ -150,7 +150,7 @@ $config = array(
3 => 'Paladin Sample', 3 => 'Paladin Sample',
4 => 'Knight Sample' 4 => 'Knight Sample'
), ),
// it must show limited number of players after using search in character page // it must show limited number of players after using search in character page
'characters_search_limit' => 15, 'characters_search_limit' => 15,