Update index.php

This commit is contained in:
Namhyeon Go 2024-02-29 16:36:40 +09:00 committed by GitHub
parent 2545efa7e2
commit 2bd7209e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,7 +230,7 @@ function relay_mysql_query($params, $mysqli) {
);
}
$data = [];
$data = array();
switch($query_type) {
case "select":
$data = mysqli_fetch_all($result, MYSQLI_ASSOC);