Save php sessions in myaac dir

Instead of default PHP location
This fixes problem with permissions
This commit is contained in:
slawkens
2021-12-28 07:28:16 +01:00
parent fa7c6497e6
commit 46c058df25
3 changed files with 7 additions and 1 deletions

4
.gitignore vendored
View File

@@ -31,6 +31,10 @@ system/cache/*
!system/cache/signatures/index.html
!system/cache/plugins/index.html
# php sessions
system/php_sessions/*
!system/cache/index.html
# logs
system/logs/*
!system/logs/index.html