aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system.php5
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>