Version 1.48.3
Released: 2015-06-27
fixed
Broken cacert fileWhen saving multiple cacerts, a newline was missing between each one, breaking apache.The textarea in DA does add the \ which hides the error.
fixed
incorrect day for strftime on FreeBSDFreeBSD 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.