From 4772b76cd66793c28f9d9fd56bf743947a150e51 Mon Sep 17 00:00:00 2001 From: Nathan Peraldi Date: Wed, 12 Jun 2019 09:39:51 +0200 Subject: [PATCH] edit working directory --- contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contact.php b/contact.php index 88b7817..0817521 100644 --- a/contact.php +++ b/contact.php @@ -21,10 +21,10 @@ $errors = array( //le dossier où se trouvent les fichiers -$workingDirectory = $_SERVER["CONTEXT_DOCUMENT_ROOT"] . '/wp-content/themes/twentyseventeen-child/twentynineteen-child/'; +$workingDirectory = $_SERVER["CONTEXT_DOCUMENT_ROOT"] . '/wp-content/themes/theme-wordpress-adullact-org/'; $grillePath = $workingDirectory . 'grille.csv'; $periodSelectionPath = $workingDirectory . "periodSelection.php"; -$JSPath = '/wp-content/themes/twentyseventeen-child/twentynineteen-child/adhesionForm.js'; +$JSPath = '/wp-content/themes/theme-wordpress-adullact-org/adhesionForm.js'; -- 2.22.2