mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Refactored thumbnail creation 🌄 (#1249)
* Refactored thumbnail creation * Updated * Updated * Updated * Updated * Updated * Update functions_thumbs.php * Update functions_thumbs.php * Update displaying.php * Update mysql.sql * Update mysql.sql * Update CHANGELOG.md
This commit is contained in:
parent
d57bf5265a
commit
65c7903b21
12 changed files with 160 additions and 477 deletions
|
@ -46,18 +46,15 @@ VALUES ('upload_dir', 'data/torrent_files'),
|
|||
('max_attachments_pm', '1'),
|
||||
('disable_mod', '0'),
|
||||
('allow_pm_attach', '1'),
|
||||
('attach_version', '2.3.14'),
|
||||
('default_upload_quota', '0'),
|
||||
('default_pm_quota', '0'),
|
||||
('img_display_inlined', '1'),
|
||||
('img_max_width', '200'),
|
||||
('img_max_height', '200'),
|
||||
('img_max_width', '2000'),
|
||||
('img_max_height', '2000'),
|
||||
('img_link_width', '600'),
|
||||
('img_link_height', '400'),
|
||||
('img_create_thumbnail', '1'),
|
||||
('img_min_thumb_filesize', '12000'),
|
||||
('img_imagick', '/usr/bin/convert'),
|
||||
('use_gd2', '1'),
|
||||
('wma_autoplay', '0'),
|
||||
('flash_autoplay', '0');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue