Update index.php

This commit is contained in:
Namhyeon Go 2024-04-05 18:19:58 +09:00 committed by GitHub
parent 0a402b5201
commit 0c727618c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ function relay_mysql_query($params, $mysqli) {
}
$query_result = $mysqli->query($query);
if (!$mysqli->error) {
if ($mysqli->error) {
return array(
"success" => false,
"error" => array(