diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example index 61c440483e2..4a5f74f5e95 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -5,7 +5,7 @@ # This file is used by Dolibarr setup process to create true Dolibarr # config file called "conf.php". # -# $Id$ +# $Id: conf.php.example,v 1.49 2011/07/30 11:12:52 eldy Exp $ ################### @@ -249,13 +249,4 @@ $dolibarr_main_prod='0'; # Examples: # $dolibarr_mailing_limit_sendbyweb='0'; -# 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. -# !! This feature is not working yet and breaks Dolibarr stability !! -# Default value: 0 -# Possible values: 0 or 1 -# Examples: -# $dolibarr_allow_overwritekernel='0'; - ?>