File Manager
<?php
// platform_check.php @generated by Composer
$issues = array();
if (!(PHP_VERSION_ID >= 70100 && PHP_VERSION_ID < 80000)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.1.0" and "< 8.0.0". You are running ' . PHP_VERSION . '.';
}
$missingExtensions = array();
extension_loaded('json') || $missingExtensions[] = 'json';
if ($missingExtensions) {
$issues[] = 'Your Composer dependencies require the following PHP extensions to be installed: ' . implode(', ', $missingExtensions);
}
if ($issues) {
echo 'Composer detected issues in your platform:' . "\n\n" . implode("\n", $issues);
exit(104);
}
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com