aboutsummaryrefslogtreecommitdiff
path: root/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'system.php')
-rw-r--r--system.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/system.php b/system.php
index 549c51de4..85397fc08 100644
--- a/system.php
+++ b/system.php
@@ -118,6 +118,11 @@
<td><?php echo (is_callable('imagegif')) ? 'Enabled' : 'Disabled'; ?></td>
<td></td>
</tr>
+ <tr>
+ <td>EXIF</td>
+ <td><?php echo (is_callable('exif_read_data')) ? 'Enabled' : 'Disabled'; ?></td>
+ <td></td>
+ </tr>
</table>
<div style="margin-top:20px;">
<a href="<?php echo $CONFIG->url . "mod/tidypics/docs/configure_server.txt"; ?>">Server configuration doc</a>