[BUG] CMD_API_DNS_ADMIN & CMD_API_DNS_CONTROL return url encoded zone

RayManZ

Verified User
Joined
Nov 8, 2004
Messages
91
The return string is not correct.

When i decode everything with the httpsocket.php using the fetch_parsed_body function the Array is not correct.

Also the MX records the are given are not correct. It only gives the value and not the name.

It now gives:
mail 10

It should be:
domein.com. mail 10
 
Back
Top