';
echo $extension . ' is loaded and ready to rock-n-roll! Good 2 Go!';
echo '
';
else :
echo '';
echo '
';
echo '
'. $extension . '
';
echo '';
echo '
';
echo $extension . ' is NOT loaded! Please install it before proceeding';
if($extension == "PDO_SQLITE") :
echo '
If you are on Windows, please uncomment this line in php.ini: ;extension=php_pdo_sqlite.dll';
endif;
echo '
';
endif;
}
function getFilePermission($file) {
if (file_exists($file)) :
$length = strlen(decoct(fileperms($file)))-3;
if($file{strlen($file)-1}=='/') :
$name = "Folder";
else :
$name = "File";
endif;
if (is_writable($file)) :
echo '
Check Requirements & Permissions