From d39a809f06367658d0f995f968724b696e072475 Mon Sep 17 00:00:00 2001 From: gaby Date: Fri, 7 Aug 2026 14:49:25 +0200 Subject: [PATCH] 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 --- public/include/WebAuthnManager.php | 2 +- public/index.php | 2 +- public/register.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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']); -- 2.45.1