yeehaw
This commit is contained in:
parent
75900d5c12
commit
af4e98dbae
@ -23,6 +23,7 @@ function isZipFile($file)
|
||||
{
|
||||
$fileType = strtolower(pathinfo($file, PATHINFO_EXTENSION));
|
||||
echo $fileType;
|
||||
die();
|
||||
return $fileType == "zip";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user