mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Permission fix
This commit is contained in:
parent
aae0de25f1
commit
7064cd6e7e
|
|
@ -66,7 +66,7 @@ class FileCache extends ConnectionAbstract
|
|||
public function __construct(string $path)
|
||||
{
|
||||
if (!Directory::exists($path)) {
|
||||
Directory::create($path, 0664, true);
|
||||
Directory::create($path, 0766, true);
|
||||
}
|
||||
|
||||
$this->status = CacheStatus::ACTIVE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user