From 7ee6a7b8832d12b49b0565cf72641bd912d81d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= <ponsfrilus@gmail.com> Date: Mon, 11 Jan 2021 21:18:46 +0100 Subject: [PATCH] [fix] tailing slash in FILESERVERPATH --- canapEPFL/configs/config.template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canapEPFL/configs/config.template.php b/canapEPFL/configs/config.template.php index 9d3164f..17199a1 100644 --- a/canapEPFL/configs/config.template.php +++ b/canapEPFL/configs/config.template.php @@ -3,7 +3,7 @@ $CONFIG = array( 'docker' => array( - 'FILESERVERPATH' => '/var/www/html/data/candidatures', + 'FILESERVERPATH' => '/var/www/html/data/candidatures/', 'SENDEMAILS' => true, 'MAIL_FROM' => 'noreply+formulaireApprentis@epfl.ch', 'MAIL_CONTACT' => 'nicolas.borboen@epfl.ch', @@ -16,7 +16,7 @@ 'DB_PORT' => '3306', ), 'local' => array( - 'FILESERVERPATH' => '/var/www/html/data/candidatures', + 'FILESERVERPATH' => '/var/www/html/data/candidatures/', 'SENDEMAILS' => false, 'MAIL_FROM' => 'noreply+formulaireApprentis@epfl.ch', 'MAIL_CONTACT' => 'formation.apprentis@epfl.ch', -- GitLab