We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2228259 commit 6ca1109Copy full SHA for 6ca1109
src/Tqdev/PhpCrudApi/Cache/TempFileCache.php
@@ -14,7 +14,6 @@ public function __construct(String $prefix, String $config)
14
$s = DIRECTORY_SEPARATOR;
15
$ps = PATH_SEPARATOR;
16
if ($config == '') {
17
- $id = substr(md5(__FILE__), 0, 8);
18
$this->path = sys_get_temp_dir() . $s . $prefix . self::SUFFIX;
19
} elseif (strpos($config, $ps) === false) {
20
$this->path = $config;
0 commit comments