diff --git a/.gitattributes b/.gitattributes
index 9a0eb998779d1f0fb0d845fe13370cf763baa724..3536e24c083f75cddeae84991d864ffba9876ab5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -364,6 +364,7 @@ img_pack/soyezcreateurs_help-24.png -text
 img_pack/soyezcreateurs_help-48.png -text
 inc/sc_agenda.php -text
 inc/sc_article.php -text
+inc/soyezcreateurs_ieconfig.php -text
 inc/titrer_document.php -text
 /inc_mots_article.html -text
 inclure/agenda_programmation.html -text
@@ -781,7 +782,6 @@ prive/themes/spip/images/soyezcreateurs_help-48.png -text
 /sommaire.html -text
 /soyezcreateurs_administrations.php -text
 /soyezcreateurs_fonctions.php -text
-/soyezcreateurs_fonctions_ieconfig.php -text
 /soyezcreateurs_ieconfig_metas.php -text
 /soyezcreateurs_options.php -text
 /soyezcreateurs_pipelines.php -text
diff --git a/soyezcreateurs_fonctions_ieconfig.php b/inc/soyezcreateurs_ieconfig.php
similarity index 100%
rename from soyezcreateurs_fonctions_ieconfig.php
rename to inc/soyezcreateurs_ieconfig.php
diff --git a/prive/exec/sc_import.html b/prive/exec/sc_import.html
index c3e04557e0d3ce84019a9e14278cb63d08f6e833..564564ff978e978ccb004ce3d1354d9887bf71ac 100644
--- a/prive/exec/sc_import.html
+++ b/prive/exec/sc_import.html
@@ -5,7 +5,7 @@
 	$nom = _request('nom');
 	$option = '#ENV{option}';
 	if (isset($nom) and isset($option)) {
-		include_spip('soyezcreateurs_fonctions_ieconfig');
+		include_spip('inc/soyezcreateurs_ieconfig');
 		if(!preg_match('[.a-zA-Z0-9_/\]', $nom)) {
 			$result = sc_ieconfig_importer_fichier($nom,$option);
 		}