futuresight / futurebb

The forum system by FutureSight Technologies. A live sample can be seen at http://futuresight.org/forums
http://futurebb.futuresight.org
2 stars 2 forks source link

Fix #173 #174

Closed iggyvolz closed 8 years ago

iggyvolz commented 8 years ago

I tried adding a Retry-After, I'm not too sure of the $futurebb_config variable so I'm not sure if what I did was right.

jacob-g commented 8 years ago

In order to maintain compatibility with older versions of PHP, I am just going to send raw HTTP headers.

iggyvolz commented 8 years ago

Oh, I didn't realize http_response_code was recent. I'll send in another PR.