1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 00:49:33 +00:00

Move return placement

This commit is contained in:
Casper 2024-06-10 08:27:16 +05:00 committed by GitHub
parent 02465b6824
commit 7da84def7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,11 +32,11 @@ class CONFIG
{
return CONFIG::SITE_URL().$_SERVER['REQUEST_URI'];
}
public static function IMAGICK_AVAILABLE() : bool
{
return extension_loaded('imagick');
}
};