Version 1.48.3
Released: 2015-06-27
Broken cacert file fix
When saving multiple cacerts, a newline was missing between each one, breaking apache.The textarea in DA does add the \ which hides the error.
incorrect day for strftime on FreeBSD fix
FreeBSD handles the formatting syntax differently than linux, causing the day of the week to show "2d" instead of "Mon" (for example), breaking the session expiry.
Padding wasn't required anyway, as %d pads the 0 by default for strftime.