- Missing hostname parameter in API call
- Wrong parameter name (os_id vs os)
- Fixed error handling and customer-facing error messages
This commit is contained in:
ArkHost
2025-07-18 14:18:18 +02:00
committed by GitHub
parent 8690d950cf
commit 1bf993dc35
3 changed files with 56 additions and 14 deletions
@@ -8,5 +8,6 @@
* @link https://arkhost.com
*/
header('Location: https://arkhost.com');
http_response_code(403);
exit('Access denied');
?>