Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Disables caching

AuthorDave Jarvis <email>
Date2026-02-14 13:43:07 GMT-0800
Commit68d8f3d63e729f778ff2b7123965e55a055175c3
Parent012a0c7
pages/RawPage.php
ini_set('zlib.output_compression', '0');
+ header('X-LiteSpeed-DoNotGzip: on');
+ header('Cache-Control: no-transform');
+ header('Content-Encoding: none');
$file->emitRawHeaders();
Delta3 lines added, 0 lines removed, 3-line increase