Update index.php

This commit is contained in:
Namhyeon Go 2024-02-27 13:43:32 +09:00 committed by GitHub
parent 7fbf063aa5
commit 9e7c9a4f3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -292,10 +292,6 @@ if ($context['jsonrpc'] == "2.0") {
}
break;
case "relay_mysql_query":
echo jsonrpc2_result_encode(relay_mysql_query($context['params'], $mysqli), $context['id']);
break;
case "get_version":
echo jsonrpc2_result_encode(get_version(), $context['id']);
break;