From: gaby Date: Fri, 7 Aug 2026 12:49:25 +0000 (+0200) Subject: Fix file paths for AlwaysData deployment X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=d39a809f06367658d0f995f968724b696e072475;p=diary-web.git Fix file paths for AlwaysData deployment - Move application files to public/ directory for AlwaysData web root - Fix vendor autoload path: ../../../vendor/autoload.php - Fix config path: ../config/config.php - Update WebAuthn RP_ID to dw.nothing2do.fr - Disable error display in production Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- diff --git a/public/include/WebAuthnManager.php b/public/include/WebAuthnManager.php index 56715cd..b480355 100644 --- a/public/include/WebAuthnManager.php +++ b/public/include/WebAuthnManager.php @@ -1,7 +1,7 @@ 0, 'path' => '/', 'domain' => '', 'secure' => true, 'httponly' => true, 'samesite' => 'Lax']);