aboutsummaryrefslogtreecommitdiff
path: root/system.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-20 18:58:35 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-20 18:58:35 +0000
commit90c11f05015ed4e1a88e859437097cdb8542552a (patch)
tree3fd8fe2bc20087c62b658847f518e1795a790cf9 /system.php
parent0b9bcb1acb3435b2800bd038d2687f29eea9b2c7 (diff)
downloadelgg-90c11f05015ed4e1a88e859437097cdb8542552a.tar.gz
elgg-90c11f05015ed4e1a88e859437097cdb8542552a.tar.bz2
added server configuration to docs
Diffstat (limited to 'system.php')
-rw-r--r--system.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/system.php b/system.php
index 82a705932..ef781b92a 100644
--- a/system.php
+++ b/system.php
@@ -89,7 +89,25 @@
<td><?php echo ini_get('max_execution_time'); ?> s</td>
<td>Max time a script will run</td>
</tr>
+ <tr>
+ <td>GD imagejpeg</td>
+ <td><?php echo (is_callable('imagejpeg')) ? 'Enabled' : 'Disabled'; ?></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>GD imagepng</td>
+ <td><?php echo (is_callable('imagepng')) ? 'Enabled' : 'Disabled'; ?></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>GD imagegif</td>
+ <td><?php echo (is_callable('imagegif')) ? '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>
+ </div>
</div>
<?php