mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 15:28:19 -04:00
Removes temp dir references.
This commit is contained in:
parent
f6832982bb
commit
e53f261c69
4 changed files with 2 additions and 15 deletions
|
@ -127,13 +127,6 @@ class H5ai {
|
|||
}
|
||||
|
||||
|
||||
public function getTempAbsPath() {
|
||||
|
||||
// return H5ai::normalize_path(sys_get_temp_dir());
|
||||
return $this->h5aiAbsPath . '/cache';
|
||||
}
|
||||
|
||||
|
||||
public function getOptions() {
|
||||
|
||||
return $this->options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue