Version 1.48.3

Released: 2015-06-27

Broken cacert file fixed

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 fixed

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.

Last Updated: