Skip to content

Commit 391c4d1

Browse files
committed
Merge pull request #251 from khoaofgod/final
fix openbasedir
2 parents 8fa806c + 362f021 commit 391c4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFastCache/Util/OpenBaseDir.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public static function checkBaseDir($path) {
2121
self::$stores[$index] = true;
2222
return true;
2323
}
24-
2524
}
25+
self::$stores[$index] = false;
2626
} else {
2727
return self::$stores[$index];
2828
}

0 commit comments

Comments
 (0)