include: HTTP-Header mit Cache-Control

httpheader.php:

<?php
header("Cache-Control: no-cache, no-store, must-revalidate");
header("Pragma: no-cache");
header('Content-Type: text/html; charset=ISO-8859-1');
?>

index.php #1:

<?php include 'httpheader.php'; ?>