mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
imagick extension added to CyberPanel PHP Extension Installer
This commit is contained in:
@@ -1001,6 +1001,7 @@ def installExtensions(request):
|
||||
|
||||
phpExtension.save()
|
||||
|
||||
|
||||
## non-active packages
|
||||
|
||||
|
||||
@@ -1067,6 +1068,13 @@ def installExtensions(request):
|
||||
|
||||
phpExtension.save()
|
||||
|
||||
phpExtension = installedPackages(phpVers=php56,
|
||||
extensionName="lsphp56-pecl-imagick",
|
||||
description="Extension to create and modify images using ImageMagick",
|
||||
status=0)
|
||||
|
||||
phpExtension.save()
|
||||
|
||||
### ################ #################
|
||||
|
||||
##### Gather php 70 information
|
||||
|
||||
Reference in New Issue
Block a user