Auto commit: 2025-09-17T13:46:48.892Z

This commit is contained in:
Flatlogic Bot 2025-09-17 13:46:48 +00:00
parent 45c8b07916
commit 34e0e19b90

View File

@ -1,4 +1,10 @@
<?php <?php
// Disable caching
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Expires: 0");
// Job listings data // Job listings data
$jobs = [ $jobs = [
[ [