diff --git a/htdocs/core/conf.class.php b/htdocs/core/conf.class.php index 87a5f804af3..49a8ed4bc4a 100644 --- a/htdocs/core/conf.class.php +++ b/htdocs/core/conf.class.php @@ -40,8 +40,8 @@ class Conf var $db; //! To store properties found in conf file var $file; - - var $dol_document_root; + //! To store if javascript/ajax is enabked + var $use_javascript_ajax; //! Used to store current currency var $monnaie;