From 9c855f3a5e0982e4ea0cd72afec784390614dbde Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sat, 30 Apr 2016 17:11:48 +0200
Subject: [PATCH] Start to work to have custom dir available and active by
 default.

---
 htdocs/custom/README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/htdocs/custom/README.md b/htdocs/custom/README.md
index 5f15148f685..82f92dfbeff 100644
--- a/htdocs/custom/README.md
+++ b/htdocs/custom/README.md
@@ -14,11 +14,9 @@ Then create the symbolic link
 ln -fs ~/git/newmodule/htdocs /path_to_dolibarr/htdocs/custom/newmodule 
 
 WARNING !!!
-You must also enable the custom directory into dolibarr conf/conf.php file by adding the following 
+Check also that the custom directory into dolibarr conf/conf.php file by adding the following 
 two lines, so dolibarr will also scan this directories to find external external modules:
 
 $dolibarr_main_url_root_alt='/custom';
 $dolibarr_main_document_root_alt='/path_to_dolibarr/htdocs/custom/';
 
-(This is not enabled by default because enabling external module may slow down application)
-
-- 
GitLab