From 1bd8eb2a36e72e16822fb9d843e3d7d0e1441f06 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 29 Mar 2011 08:43:51 +0000 Subject: [PATCH] Doc --- htdocs/conf/conf.php.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example index c3c174232d8..fd42c8fd319 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -14,7 +14,9 @@ # dolibarr_main_url_root # This parameter defines the root URL of your Dolibarr index.php page. -# It must link to the directory htdocs. +# It must link to the directory htdocs. It is autodetected with version +# 3.1 and more but required to show full url bookmarks for some +# services (ie: agenda rss export url, ...) # Examples: # $dolibarr_main_url_root='http://localhost'; # $dolibarr_main_url_root='http://mydolibarrvirtualhost'; -- GitLab