mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 18:46:55 +02:00
v7.5.3
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Upcoming...
|
## Upcoming...
|
||||||
|
|
||||||
|
## 7.5.3 - 2021-07-05
|
||||||
|
|
||||||
|
* Invalidate sessions when the user is changed, prevents session fixation (json, database)
|
||||||
* Cookie samesite defaults to Lax, fixes #232
|
* Cookie samesite defaults to Lax, fixes #232
|
||||||
|
|
||||||
## 7.5.2 - 2021-06-24
|
## 7.5.2 - 2021-06-24
|
||||||
|
2
dist/index.php
vendored
2
dist/index.php
vendored
@@ -39,7 +39,7 @@ if (! defined('APP_PUBLIC_PATH')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
define('APP_PUBLIC_DIR', __DIR__);
|
define('APP_PUBLIC_DIR', __DIR__);
|
||||||
define('APP_VERSION', '7.5.2');
|
define('APP_VERSION', '7.5.3');
|
||||||
|
|
||||||
use Filegator\App;
|
use Filegator\App;
|
||||||
use Filegator\Config\Config;
|
use Filegator\Config\Config;
|
||||||
|
Reference in New Issue
Block a user