aboutsummaryrefslogtreecommitdiff
path: root/cache
diff options
context:
space:
mode:
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;