Avatar

Fold threads, Table view working on IE6 (Bugs)

by Alex ⌂, Wednesday, May 28, 2008, 16:31 (5784 days ago) @ Alfie

both problems solved

Well, the cache-control header is sent only to non IE clients now:

if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE')==false)
 { 
  header('Cache-Control: public, max-age=300');
 }

Alex

locked
7265 views

Complete thread:

 RSS Feed of thread