fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16508] SETUP: add test for GD


From: sigurdne
Subject: [Fmsystem-commits] [16508] SETUP: add test for GD
Date: Fri, 31 Mar 2017 04:53:39 -0400 (EDT)

Revision: 16508
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16508
Author:   sigurdne
Date:     2017-03-31 04:53:39 -0400 (Fri, 31 Mar 2017)
Log Message:
-----------
SETUP: add test for GD

Modified Paths:
--------------
    trunk/setup/manageheader.php

Modified: trunk/setup/manageheader.php
===================================================================
--- trunk/setup/manageheader.php        2017-03-31 05:49:24 UTC (rev 16507)
+++ trunk/setup/manageheader.php        2017-03-31 08:53:39 UTC (rev 16508)
@@ -372,6 +372,15 @@
                                $detected .= '<li class="warn">' . lang('you 
may need Soap support for integration with other systems') . "</li>\n";
                        }
 
+                       if(function_exists('ImageCreate'))
+                       {
+                               $detected .= '<li>' . lang('You appear to have 
GD enabled') . "</li>\n";
+                       }
+                       else
+                       {
+                               $detected .= '<li class="warn">' . lang('you 
may need GD for image manipulation') . "</li>\n";
+                       }
+
                        /* Not currently supported
                        if (extension_loaded('odbc') || 
function_exists('odbc_connect'))
                        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]