From 92df58e7ba4cd239fa6b2a7a88fd0de51255b7a1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 4 Apr 2010 23:40:34 +0000 Subject: [PATCH] Doc --- htdocs/conf/conf.php.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example index 10692dc5a25..50a575c04cd 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -196,13 +196,13 @@ $dolibarr_main_force_https='0'; # $dolibarr_main_prod='1'; -# This is an experimental feature to allow external components to overwrite +# This is an development feature to allow external components to overwrite # some Dolibarr kernel files to be overwritten by versions provided by # third parties modules. -# !! Using this feature is done at your own risk and will break Dolibarr stability !! +# !! This feature is not working yet and breaks Dolibarr stability !! # Default value: 0 # Possible values: 0 or 1 # Examples: -# $dolibarr_allow_overwritekernel='1'; +# $dolibarr_allow_overwritekernel='0'; ?>