diff --git a/doc/FAQ-fr.sgml b/doc/FAQ-fr.sgml index ea49b43d4..7dcbc8650 100644 --- a/doc/FAQ-fr.sgml +++ b/doc/FAQ-fr.sgml @@ -77,7 +77,7 @@ Avec PHP 4.3.1 : voir la variable register_globale = off dans le php.ini -php.ini doit contenir pour wcompta +php.ini doit contenir pour phpcompta [PHP] include_patch=../include:. @@ -89,6 +89,7 @@ session.auto_start = 1 ; initialize session on request startup session.cookie_lifetime = 0 ; lifetime in seconds of cookie ; or if 0, until browser is restarted session.cookie_path = /tmp ; the path the cookie is valid for +include_path=".:../include:addon" diff --git a/doc/INSTALL-fr.sgml b/doc/INSTALL-fr.sgml index c1572afc9..c6104e3af 100644 --- a/doc/INSTALL-fr.sgml +++ b/doc/INSTALL-fr.sgml @@ -171,6 +171,7 @@ register_argc_argv = on session.bug_compat_42 = 1 session.bug_compat_warn = 0 session.use_trans_sid = 1 +include_path=".:../include:addon"