Remove browser caching from index.php and thread.php.

This commit is contained in:
Retro_Guy 2023-08-08 06:08:28 -07:00
parent c1c56ed528
commit f4ed00ec6f
2 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,5 @@
<?php
session_start();
header("Expires: ".gmdate("D, d M Y H:i:s",time()+(600))." GMT");
header("Cache-Control: max-age=100");
header("Pragma: cache");
$_SESSION['isframed'] = 1;

View File

@ -1,8 +1,5 @@
<?php
session_start();
header("Expires: ".gmdate("D, d M Y H:i:s",time()+(600))." GMT");
header("Cache-Control: max-age=100");
header("Pragma: cache");
$_SESSION['group'] = $_SERVER['REQUEST_URI'];
$_SESSION['rsactive'] = true;