diff --git a/index.php b/index.php index 3d807ae..77b0000 100755 --- a/index.php +++ b/index.php @@ -32,11 +32,11 @@ class CONFIG { return CONFIG::SITE_URL().$_SERVER['REQUEST_URI']; } + public static function IMAGICK_AVAILABLE() : bool { return extension_loaded('imagick'); } - };