mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 06:48: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;
|
$this->savePath = $savePath;
|
||||||
if (!\is_dir($this->savePath)) {
|
if (!\is_dir($this->savePath)) {
|
||||||
\mkdir($this->savePath, 0777);
|
\mkdir($this->savePath, 0755);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user