RUn this php file under the website you are using php8.1
<?php
if(extension_loaded("IonCube Loader")) {
echo "IonCube Loader is Installed";
}
else {
// No
}
?>
RUn this php file under the website you are using php8.1
<?php
if(extension_loaded("IonCube Loader")) {
echo "IonCube Loader is Installed";
}
else {
// No
}
?>