Fix: Restore Describe button functionality and correct JSON path
This commit is contained in:
parent
9b2e45f1f5
commit
52d56d3e51
4 changed files with 22 additions and 38 deletions
2
auth.php
2
auth.php
|
|
@ -10,7 +10,7 @@ function mvlog_session_start(): void {
|
|||
'path' => '/mvlog',
|
||||
'secure' => $secure,
|
||||
'httponly' => true,
|
||||
'samesite' => 'Lax',
|
||||
'samesite' => 'Strict',
|
||||
]);
|
||||
session_start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue