Update index.php

This commit is contained in:
Namhyeon Go 2024-06-20 16:40:49 +09:00
parent c38952d301
commit 7be40acafd

View File

@ -307,7 +307,7 @@ function relay_sendmail($params) {
function relay_get_version() {
return array(
"data" => PHP_HTTPPROXY_VERSION;
"data" => PHP_HTTPPROXY_VERSION
);
}