MyBB Community Forums

Full Version: can i put this in header ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<?php
header( 'Expires: Sat, 26 Jul 1997 05:00:00 GMT' );
header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
header( 'Cache-Control: no-store, no-cache, must-revalidate' );
header( 'Cache-Control: post-check=0, pre-check=0', false );
header( 'Pragma: no-cache' ); 
?>

can i use this code in my mybb header ?
can cause this code any problem ?
google , search edging or something ?

cz i have members have bad internet Provider , have lot of cache Confused
Upp ,, lol yes/No ?
I am not sure, but you could add it and see if it messed your forum up.