
Лучший Ответ Raven , 19 October 2017 - 16:32
Решение:
/www/templates/ваш_шаблон/index.php
добавить в тело:
<?php
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Expires: " . date("r"));
echo "<h1>", date("H:i:s"), "</h1>";
?>
