diff options
Diffstat (limited to 'system.php')
-rw-r--r-- | system.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system.php b/system.php index 0e218d3f3..ed6370149 100644 --- a/system.php +++ b/system.php @@ -55,6 +55,11 @@ <td>Elgg requires the GD extension to be loaded</td> </tr> <tr> + <td>ImageMagick</td> + <td><?php echo (extension_loaded('imagick')) ? 'Enabled' : 'Disabled'; ?></td> + <td></td> + </tr> + <tr> <td>Memory Available to PHP</td> <td><?php echo ini_get('memory_limit'); ?>B</td> <td>Change memory_limit to increase</td> |