diff --git a/import.php b/import.php
index ba6a7c5737a0ff1c2143e21cc098191280a9082d..a96b902f5de92d01062b472af422f51779b2ce45 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');