Auto commit: 2025-09-17T13:46:48.892Z
This commit is contained in:
parent
45c8b07916
commit
34e0e19b90
@ -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 = [
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user