mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -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
|
@ -15,7 +15,6 @@ require ATTACH_DIR . '/includes/functions_includes.php';
|
|||
require ATTACH_DIR . '/includes/functions_attach.php';
|
||||
require ATTACH_DIR . '/includes/functions_delete.php';
|
||||
require ATTACH_DIR . '/includes/functions_thumbs.php';
|
||||
require ATTACH_DIR . '/includes/functions_filetypes.php';
|
||||
|
||||
if (defined('ATTACH_INSTALL')) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue