From 85dcb426f46680e0e56ca33820cc8aecfd6307fb Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Thu, 17 Apr 2008 00:16:07 +0000
Subject: [PATCH] Add file dolibarr_changes.txt

---
 htdocs/includes/{fckeditor => }/dolibarr_changes.txt | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
 rename htdocs/includes/{fckeditor => }/dolibarr_changes.txt (87%)

diff --git a/htdocs/includes/fckeditor/dolibarr_changes.txt b/htdocs/includes/dolibarr_changes.txt
similarity index 87%
rename from htdocs/includes/fckeditor/dolibarr_changes.txt
rename to htdocs/includes/dolibarr_changes.txt
index 830b6564c1c..1b18928d62b 100644
--- a/htdocs/includes/fckeditor/dolibarr_changes.txt
+++ b/htdocs/includes/dolibarr_changes.txt
@@ -1,5 +1,11 @@
-If fckeditor files are replaced by new version, following changes must be done:
 
+This file describe changes made on external library after beeing included
+in Dolibarr root.
+
+
+FCKEDITOR:
+----------
+If fckeditor files are replaced by new version, following changes must be done:
 
 * Edit fckconfig.js to set:
 ***************************
@@ -8,18 +14,16 @@ FCKConfig.LinkUpload = false ;
 FCKConfig.ImageUpload = false ;
 FCKConfig.FlashUpload = false ;
 
-
 * Edit htdocs\includes\fckeditor\editor\filemanager\connectors\php\config.php to set:
 *****************************************************************************************************
 
 //require_once("../../../../../../../../master.inc.php");
-require_once("../../../../../../../../conf/conf.php"); // ajout� car include master.inc.php ne marche pas
+require_once("../../../../../../../../conf/conf.php"); // car include master.inc.php ne marche pas
 $uri=eregi_replace('^http(s?)://','',$dolibarr_main_url_root);
 $pos = strstr ($uri, '/');      // $pos contient alors url sans nom domaine
 if ($pos == '/') $pos = '';     // si $pos vaut /, on le met a ''
 define('DOL_URL_ROOT', $pos);
 
-
 // SECURITY: You must explicitelly enable this "connector". (Set it to "true").
 $Config['Enabled'] = true ;
 
-- 
GitLab