Fix: Restore Describe button functionality and correct JSON path

This commit is contained in:
hbrain 2026-05-30 01:24:00 +02:00
parent 9b2e45f1f5
commit 52d56d3e51
4 changed files with 22 additions and 38 deletions

View file

@ -10,7 +10,7 @@ function mvlog_session_start(): void {
'path' => '/mvlog',
'secure' => $secure,
'httponly' => true,
'samesite' => 'Lax',
'samesite' => 'Strict',
]);
session_start();
}