Files
raspap-webgui/includes/bootstrap.php
2025-07-11 02:29:54 -07:00

9 lines
181 B
PHP

<?php
// cache-control headers
if (!headers_sent()) {
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Pragma: no-cache");
header("Expires: 0");
}