mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Cache testing
This commit is contained in:
@@ -405,10 +405,10 @@ if (isset($_SERVER['HTTP_IF_NONE_MATCH']))
|
||||
}
|
||||
|
||||
|
||||
|
||||
header("Cache-Control: must-revalidate"); // XXX testing 'always on' state for now.
|
||||
if(!defined('e_NOCACHE'))
|
||||
{
|
||||
header("Cache-Control: must-revalidate");
|
||||
// header("Cache-Control: must-revalidate");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user