mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Add SSL on external image requests of items and outfits
Co-Authored-By: Fernando Matos <fernando@pixele.com.br>
This commit is contained in:
parent
7fd784b2f6
commit
ad3694ef96
@ -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,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user