commit 8c906f02b7243c701f6e1224884b8fcf236b17f9
parent 31753acdbd4e911c920791b7fa2691dd63f16a9b
Author: Nixx <nixx@firemail.cc>
Date: Sat, 29 Aug 2020 23:21:08 +0100
Another minor fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/includes/bg.php b/includes/bg.php
@@ -11,8 +11,8 @@ $name = $images[array_rand($images)];
$fp = fopen($dir . $name, 'rb');
// send the right headers
-header('Cache-Control: no-cache, no-store, must-revalidate'); // HTTP 1.1
-header('Pragma: no-cache'); // HTTP 1.0
+//header('Cache-Control: no-cache, no-store, must-revalidate'); // HTTP 1.1
+//header('Pragma: no-cache'); // HTTP 1.0
header('Expires: 0'); // Proxies
header('Content-Type: ' . $fp['type']);
header('Content-Length: ' . $fp['bytes']);