From 7da84def7d52d176bae860e383aa937ed6967cf1 Mon Sep 17 00:00:00 2001 From: Casper <38324207+csprr@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:27:16 +0500 Subject: [PATCH] Move return placement --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } - };