mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-23 17:51:34 +02:00
Helper to check if img.php is supported on this system
This commit is contained in:
4
webroot/check_system.php
Normal file
4
webroot/check_system.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$no = extension_loaded('gd') ? null : 'NOT';
|
||||
echo "Extension gd is $no loaded.";
|
Reference in New Issue
Block a user