mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-08 10:51:14 +00:00
Update index.php
This commit is contained in:
parent
7fbf063aa5
commit
9e7c9a4f3f
|
@ -292,10 +292,6 @@ if ($context['jsonrpc'] == "2.0") {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "relay_mysql_query":
|
|
||||||
echo jsonrpc2_result_encode(relay_mysql_query($context['params'], $mysqli), $context['id']);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case "get_version":
|
case "get_version":
|
||||||
echo jsonrpc2_result_encode(get_version(), $context['id']);
|
echo jsonrpc2_result_encode(get_version(), $context['id']);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user