Hello,
DirectAdmin 1.45.1 has been released.
1.45.1 versions entry
This is a minor bugfix release, mainly to add the workaround the Apache 2.4.9 issue (although CB2.0 has the correct patch anyway, voiding the need for the workaround)
as well as other not-terribly-exciting changes.
If you code APIs with DA and want to know if DA uses ssl or not, use this new option:
http://www.directadmin.com/features.php?id=1567
I’ve update the httpsocket class to 2.7.2 to use these changes:
http://files.directadmin.com/service…cket.php.2.7.2
where you can call the “[COLOR=#000000]set_ssl_setting_message” function to customize what it generates when the socket connects to http when https is needed.
[/COLOR]
The base64 encode/decoders have been chaned to support 8-bit characters, if you want to use more elaborate characters in your passwords, and misc areas that use those encodings.
http://www.directadmin.com/features.php?id=1579
John