diff --git a/.gitattributes b/.gitattributes index a0139209c898f4594120be0be6e66611bc83e437..370f94e8c1917fabe17732436b4dedcebad2ae04 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto !eol action/acceder_document.php -text +action/ajouter_documents.php -text action/changer_mode_document.php -text action/copier_local.php -text action/documenter.php -text @@ -16,7 +17,6 @@ exec/legender.php -text exec/tourner.php -text formulaires/configurer_documents.html -text formulaires/configurer_documents.php -text -inc/ajouter_documents.php -text inc/documenter.php -text inc/documents.php -text inc/getdocument.php -text diff --git a/inc/ajouter_documents.php b/action/ajouter_documents.php similarity index 100% rename from inc/ajouter_documents.php rename to action/ajouter_documents.php