Update root deployment URLs and auth cookie path for non-/mvlog hosting

This commit is contained in:
hbrain 2026-06-01 09:15:01 +02:00
parent 1f53c448e6
commit 304a146895
3 changed files with 7 additions and 3 deletions

View file

@ -169,7 +169,7 @@ function try_send_show_notification($articleRefOrJob, $jobdir, $mvlog_root = nul
if ($articleTitle === '') $articleTitle = mvlog_nice_title((string)$job);
$filterUrl = 'https://bubulescu.org/mvlog/?' . http_build_query([
$filterUrl = 'https://bubulescu.org/?' . http_build_query([
'q' => $articleTitle,
]);