Support the VirtueMart project and become a member
$path_info = pathinfo($file);
$path_info = pathinfo($file);if (!array_key_exists('filename', $path_info)) {$path_info['filename'] = str_replace('.'.$path_info['extension'], '', $path_info['basename']);}