This commit is contained in:
3x0k1d 2025-05-05 06:56:20 +03:00
parent d1f3a50568
commit 2bf12a069f

View File

@ -13,7 +13,7 @@ $module_list = array (
"php-apcu", "php-apcu",
"php-imap", "php-imap",
"php-pspell", "php-pspell",
"the ionCube PHP Loader + ionCube24", "ionCube Loader",
); );
$status_code = array ( $status_code = array (
@ -41,6 +41,5 @@ for ($i = 0; $i < count($module_list); $i++) {
} }
} }
print_r(get_loaded_extensions());