mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
fix(installer): Missing gd
extension (#1749)
This commit is contained in:
parent
12cb1ee2a6
commit
a1c519d938
2 changed files with 3 additions and 2 deletions
|
@ -29,7 +29,8 @@ define('CHECK_REQUIREMENTS', [
|
|||
'intl',
|
||||
'xml',
|
||||
'xmlwriter',
|
||||
'zip'
|
||||
'zip',
|
||||
'gd'
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue