From 7b76aca76463b3216bcbd7db2cadf73cef6a8b50 Mon Sep 17 00:00:00 2001 From: kingprapop <67626409+kingprapop@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:51:14 +0700 Subject: [PATCH] Update play.php --- play.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/play.php b/play.php index 92fa654..1ef5f7b 100644 --- a/play.php +++ b/play.php @@ -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'; }