Version 1.43.2
Released: 2013-06-25
nginx was added to services.status for all installs new
nginx was added to:
/usr/local/directadmin/data/admin/services.status
even when it wasn't actually installed.
Workaround: remove it from the file.
Extra output breaking API calls fix
A printf function was left in the api management code causing piping issues when DA runs in daemon mode ("directadmin d").. as stdout is closed, and the printf had nowhere to go.
For simplicity, I'll release a new DA version to address it.