
11.08.2009, 10:13
|
|
Новичок
Регистрация: 03.08.2009
Сообщений: 4
С нами:
8827345
Репутация:
4
|
|
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Cache-Control: post-check=0,pre-check=0", false);
header("Cache-Control: max-age=0", false);
header("Pragma: no-cache");
|
|
|