Greetings!
I get a bad return from the directadmin api.
The ascii codes are each missing the ; character.
Here an example of a error the directadmin api returns:
<code>error=1&text=Error deleting database(s)&details=The database drupallabo_tt does not belong to you<br>
</code>
As you can see,
has to be
etcetera.
Now i can't decode nicely, i now do it with a str_replace(), but that's really not the way it should be.
Can this be fixed?
Greetings,
Tom
PS: directadmin version 1.34.4 running on centos
I get a bad return from the directadmin api.
The ascii codes are each missing the ; character.
Here an example of a error the directadmin api returns:
<code>error=1&text=Error deleting database(s)&details=The database drupallabo_tt does not belong to you<br>
</code>
As you can see,
Code:
(
Code:
(
Now i can't decode nicely, i now do it with a str_replace(), but that's really not the way it should be.
Can this be fixed?
Greetings,
Tom
PS: directadmin version 1.34.4 running on centos