Skip to content

Commit aadfa09

Browse files
authored
1 parent 3fd036c commit aadfa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/api/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function api($hst_hash, $hst_user, $hst_password, $hst_returncode, $hst_cmd, $hs
178178
api($json_data['hash'], $json_data['user'], $json_data['password'], $json_data['returncode'], $json_data['cmd'], $json_data['arg1'], $json_data['arg2'], $json_data['arg3'], $json_data['arg4'], $json_data['arg5'], $json_data['arg6'], $json_data['arg7'], $json_data['arg8'], $json_data['arg9']);
179179

180180
} else {
181-
echo "Error: data received is null or invalid, check https://docs.hestiacp.com/admin_docs/rest_api.html";
181+
echo "Error: data received is null or invalid, check https://docs.hestiacp.com/admin_docs/api.html";
182182
exit;
183183
}
184184

0 commit comments

Comments
 (0)