aboutsummaryrefslogtreecommitdiff
path: root/cache
diff options
context:
space:
mode:
authorGitea <gitea@fake.local>2021-11-10 17:50:08 +0100
committerGitea <gitea@fake.local>2021-11-10 17:50:08 +0100
commit288d1e1b0b31da6c166daf45cb9d504fe965af2c (patch)
tree0139570066afa90489ad384c427e002da98f15d1 /cache
parent3d03ee87c1f4b0f1d81be72fd771f8856ac84915 (diff)
downloadelectrode-288d1e1b0b31da6c166daf45cb9d504fe965af2c.tar.gz
electrode-288d1e1b0b31da6c166daf45cb9d504fe965af2c.tar.bz2
electrode-288d1e1b0b31da6c166daf45cb9d504fe965af2c.zip
Update
Diffstat (limited to 'cache')
-rwxr-xr-x[-rw-r--r--]cache/headers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/headers.php b/cache/headers.php
index c197de5..d8518de 100644..100755
--- a/cache/headers.php
+++ b/cache/headers.php
@@ -2,7 +2,7 @@
function __electrode_end_hooks() {
global $_PHPID;
- file_put_contents("../cache/HAD_$_PHPID.json", json_encode(xdebug_get_headers(), JSON_PRETTY_PRINT));
+ file_put_contents("./cache/HAD_$_PHPID.json", json_encode(xdebug_get_headers(), JSON_PRETTY_PRINT));
}
$__electrode = true;