mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Initial commit
This commit is contained in:
8
includes/bootstrap.php
Normal file
8
includes/bootstrap.php
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
// cache-control headers
|
||||||
|
if (!headers_sent()) {
|
||||||
|
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||||
|
header("Pragma: no-cache");
|
||||||
|
header("Expires: 0");
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user