diff options
Diffstat (limited to 'cache')
8 files changed, 1 insertions, 23 deletions
diff --git a/cache/aHAD_3ff98dc7-05e0-4c1f-a2d9-ca9f8066d5f9.json b/cache/aHAD_3ff98dc7-05e0-4c1f-a2d9-ca9f8066d5f9.json deleted file mode 100644 index 0637a08..0000000 --- a/cache/aHAD_3ff98dc7-05e0-4c1f-a2d9-ca9f8066d5f9.json +++ /dev/null @@ -1 +0,0 @@ -[]
\ No newline at end of file diff --git a/cache/aHAD_40bb9a8a-f956-4cc2-b8e2-272363c1553e.json b/cache/aHAD_40bb9a8a-f956-4cc2-b8e2-272363c1553e.json deleted file mode 100644 index 93023a6..0000000 --- a/cache/aHAD_40bb9a8a-f956-4cc2-b8e2-272363c1553e.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "Content-type: text\/html; charset=UTF-8" -]
\ No newline at end of file diff --git a/cache/aHAD_44b818ca-2ab9-49d9-99af-6126637cc9a8.json b/cache/aHAD_44b818ca-2ab9-49d9-99af-6126637cc9a8.json deleted file mode 100644 index bef490b..0000000 --- a/cache/aHAD_44b818ca-2ab9-49d9-99af-6126637cc9a8.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "Location: \/cms-special\/admin\/login\/?pr=\/cms-special\/admin\/home&pa=?", - "Content-type: text\/html; charset=UTF-8" -]
\ No newline at end of file diff --git a/cache/aHAD_4e2911e9-8f1a-42f0-b7f7-7c03b711507c.json b/cache/aHAD_4e2911e9-8f1a-42f0-b7f7-7c03b711507c.json deleted file mode 100644 index 93023a6..0000000 --- a/cache/aHAD_4e2911e9-8f1a-42f0-b7f7-7c03b711507c.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "Content-type: text\/html; charset=UTF-8" -]
\ No newline at end of file diff --git a/cache/aHAD_68d64100-d723-40cd-9027-067cba4811f8.json b/cache/aHAD_68d64100-d723-40cd-9027-067cba4811f8.json deleted file mode 100644 index 0637a08..0000000 --- a/cache/aHAD_68d64100-d723-40cd-9027-067cba4811f8.json +++ /dev/null @@ -1 +0,0 @@ -[]
\ No newline at end of file diff --git a/cache/aHAD_760f791d-6cbc-4e9a-885a-edbbb5c161bb.json b/cache/aHAD_760f791d-6cbc-4e9a-885a-edbbb5c161bb.json deleted file mode 100644 index 93023a6..0000000 --- a/cache/aHAD_760f791d-6cbc-4e9a-885a-edbbb5c161bb.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "Content-type: text\/html; charset=UTF-8" -]
\ No newline at end of file diff --git a/cache/aHAD_d4a91228-b517-465c-9816-ef56c0699fdd.json b/cache/aHAD_d4a91228-b517-465c-9816-ef56c0699fdd.json deleted file mode 100644 index 37e3279..0000000 --- a/cache/aHAD_d4a91228-b517-465c-9816-ef56c0699fdd.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "X-FNS-NeutronCache: no" -]
\ No newline at end of file diff --git a/cache/headers.php b/cache/headers.php index af6b80f..c197de5 100644 --- a/cache/headers.php +++ b/cache/headers.php @@ -2,11 +2,7 @@ function __electrode_end_hooks() { global $_PHPID; - $arr = xdebug_get_headers(); - $arr[] = "Cache-Control: private, no-cache, no-store, must-revalidate"; - $arr[] = "Expires: -1"; - $arr[] = "Pragma: no-cache"; - file_put_contents("./cache/HAD_$_PHPID.json", json_encode($arr, JSON_PRETTY_PRINT)); + file_put_contents("../cache/HAD_$_PHPID.json", json_encode(xdebug_get_headers(), JSON_PRETTY_PRINT)); } $__electrode = true; |