mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 11:34:41 +00:00
uwuzu v1.4.8 Funium
This commit is contained in:
@@ -42,7 +42,7 @@ if (isset($_FILES['update_zip']) && isset($_POST['userid']) && isset($_POST['acc
|
||||
$uploadFile = $uploadDir . '/' . basename($_FILES['update_zip']['name']);
|
||||
|
||||
if (move_uploaded_file($_FILES['update_zip']['tmp_name'], $uploadFile)) {
|
||||
$extractPath = $uploadDir . '/uwuzu_update_' . uniqid();
|
||||
$extractPath = $uploadDir . '/uwuzu_update_' . createUniqId();
|
||||
|
||||
$zip = new ZipArchive;
|
||||
if ($zip->open($uploadFile) == true) {
|
||||
|
||||
Reference in New Issue
Block a user