Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit b911986

Browse files
committed
Change Cache Dir
1 parent 91b65ca commit b911986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/core/src/pydio/Core/Http/Rest/ApiRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct($base, $cacheOptions = []){
5656
$this->base = $base;
5757
$this->cacheOptions = array_merge([
5858
"cacheDisabled" => AJXP_SKIP_CACHE,
59-
"cacheFile" => AJXP_DATA_PATH."/cache/plugins_api2routes.php"
59+
"cacheFile" => AJXP_CACHE_DIR."/plugins_api2routes.php"
6060
], $cacheOptions);
6161
}
6262

core/src/core/src/pydio/Core/Http/Wopi/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct($base, $cacheOptions = []){
5454
$this->base = $base;
5555
$this->cacheOptions = array_merge([
5656
"cacheDisabled" => AJXP_SKIP_CACHE,
57-
"cacheFile" => AJXP_DATA_PATH."/cache/plugins_wopiroutes.php"
57+
"cacheFile" => AJXP_CACHE_DIR."/plugins_wopiroutes.php"
5858
], $cacheOptions);
5959
}
6060

0 commit comments

Comments
 (0)