mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-22 06:18:41 +00:00
change session directory permission
This commit is contained in:
parent
bdeca100d5
commit
6e5f5bb4d3
|
|
@ -72,7 +72,7 @@ final class ConsoleSessionHandler implements \SessionHandlerInterface, \SessionI
|
|||
{
|
||||
$this->savePath = $savePath;
|
||||
if (!\is_dir($this->savePath)) {
|
||||
\mkdir($this->savePath, 0777);
|
||||
\mkdir($this->savePath, 0755);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user