From 432c21f6b981024e0c6a09becc20516da8f19e29 Mon Sep 17 00:00:00 2001
From: Damien DEMPT <informatique@cc-saulnois.fr>
Date: Thu, 10 Mar 2022 09:57:21 +0000
Subject: [PATCH] Update import.php

---
 import.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/import.php b/import.php
index ba6a7c5..a96b902 100644
--- a/import.php
+++ b/import.php
@@ -47,7 +47,7 @@ else
 	$insee=$_GET['insee'];
 
   
-// Prise en compte du serveur Windows
+// Prise en compte du serveur Windows (merci Antoine)
 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
 	define('PEM',     realpath('key').'\\'.$cert.'client.pem');
 	define('SSLKEY',  realpath('key').'\\'.$cert.'key.pem');
-- 
GitLab