New configurable: item_images_extension

This commit is contained in:
slawkens
2020-10-08 00:13:35 +02:00
parent ed3d415c05
commit c30300c368
3 changed files with 3 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ $config = array(
// images
'outfit_images_url' => 'http://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_extension' => '.gif',
// account
'account_management' => true, // disable if you're using other method to manage users (fe. tfs account manager)