mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-11 09:29:53 +00:00
Update lib_rascsi.php (#42)
Add ..cdr to be interpreted as a CD-Rom image.
This commit is contained in:
parent
1df823218c
commit
87c84689c6
@ -228,7 +228,7 @@ function file_size_from_ls($value){
|
||||
return $file_props[4];
|
||||
}
|
||||
function file_category_from_file_name($value){
|
||||
if(strpos($value,".iso") > 0){
|
||||
if(strpos($value,".iso") || strpos($value,".cdr") > 0){
|
||||
return "CD-ROM Image";
|
||||
}
|
||||
if(strpos($value,".hda") > 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user