aboutsummaryrefslogtreecommitdiff
path: root/cache
diff options
context:
space:
mode:
Diffstat (limited to 'cache')
-rw-r--r--cache/aHAD_3ff98dc7-05e0-4c1f-a2d9-ca9f8066d5f9.json1
-rw-r--r--cache/aHAD_40bb9a8a-f956-4cc2-b8e2-272363c1553e.json3
-rw-r--r--cache/aHAD_44b818ca-2ab9-49d9-99af-6126637cc9a8.json4
-rw-r--r--cache/aHAD_4e2911e9-8f1a-42f0-b7f7-7c03b711507c.json3
-rw-r--r--cache/aHAD_68d64100-d723-40cd-9027-067cba4811f8.json1
-rw-r--r--cache/aHAD_760f791d-6cbc-4e9a-885a-edbbb5c161bb.json3
-rw-r--r--cache/aHAD_d4a91228-b517-465c-9816-ef56c0699fdd.json3
-rw-r--r--cache/headers.php12
8 files changed, 30 insertions, 0 deletions
diff --git a/cache/aHAD_3ff98dc7-05e0-4c1f-a2d9-ca9f8066d5f9.json b/cache/aHAD_3ff98dc7-05e0-4c1f-a2d9-ca9f8066d5f9.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/cache/aHAD_3ff98dc7-05e0-4c1f-a2d9-ca9f8066d5f9.json
@@ -0,0 +1 @@
+[] \ 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
new file mode 100644
index 0000000..93023a6
--- /dev/null
+++ b/cache/aHAD_40bb9a8a-f956-4cc2-b8e2-272363c1553e.json
@@ -0,0 +1,3 @@
+[
+ "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
new file mode 100644
index 0000000..bef490b
--- /dev/null
+++ b/cache/aHAD_44b818ca-2ab9-49d9-99af-6126637cc9a8.json
@@ -0,0 +1,4 @@
+[
+ "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
new file mode 100644
index 0000000..93023a6
--- /dev/null
+++ b/cache/aHAD_4e2911e9-8f1a-42f0-b7f7-7c03b711507c.json
@@ -0,0 +1,3 @@
+[
+ "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
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/cache/aHAD_68d64100-d723-40cd-9027-067cba4811f8.json
@@ -0,0 +1 @@
+[] \ 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
new file mode 100644
index 0000000..93023a6
--- /dev/null
+++ b/cache/aHAD_760f791d-6cbc-4e9a-885a-edbbb5c161bb.json
@@ -0,0 +1,3 @@
+[
+ "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
new file mode 100644
index 0000000..37e3279
--- /dev/null
+++ b/cache/aHAD_d4a91228-b517-465c-9816-ef56c0699fdd.json
@@ -0,0 +1,3 @@
+[
+ "X-FNS-NeutronCache: no"
+] \ No newline at end of file
diff --git a/cache/headers.php b/cache/headers.php
new file mode 100644
index 0000000..af6b80f
--- /dev/null
+++ b/cache/headers.php
@@ -0,0 +1,12 @@
+<?php
+
+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));
+}
+
+$__electrode = true;