MyBB Community Forums

Full Version: [F] missing space in Last-Modified header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In this code, there should be a space before GMT, or else the timestamp won't comply with RFC 2616.

header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");

I don't know if any browsers care about the missing space, but you might as well fix it anyway, right? Toungue

Bug appears in the following files:

/xmlhttp.php
/admin/modules/config/mycode.php
/inc/functions.php
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.