Update play.php

This commit is contained in:
kingprapop 2023-10-17 20:51:14 +07:00 committed by GitHub
parent fc4cde53ef
commit 7b76aca764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,10 +33,9 @@
include_once('pclzip.lib.php');
$zip = new PclZip($name);
$contents = $zip->listContent();
$names=$contents[0]['filename']
$names=$contents[0]['filename'];
$ext = explode(".", $names);
$ext = end($ext);
}
}
if (in_array($ext, $nes)) { $console = 'nes'; }