Current time: 03-18-2010, 05:33 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] missing space in Last-Modified header
08-26-2008, 03:44 AM
Post: #1
[F] missing space in Last-Modified header
In this code, there should be a space before GMT, or else the timestamp won't comply with RFC 2616.

PHP Code:
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
Visit this user's website Find all posts by this user
08-26-2008, 03:54 AM
Post: #2
[F] missing space in Last-Modified header
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.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: